git-svn-id: svn://db.shs.com.ru/libs@682 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-11 22:32:16 +00:00
parent ed7d72e594
commit 9b5227b3bb
2 changed files with 3 additions and 35 deletions

View File

@@ -30,6 +30,8 @@ MaterialsEditor::MaterialsEditor(QWidget * parent): QWidget(parent) {
ui = new Ui::MaterialsEditor();
ui->setupUi(this);
ui->widgetMaterial->setMaterial(0);
ui->scrollArea->viewport()->setAutoFillBackground(false);
ui->scrollAreaWidgetContents->setAutoFillBackground(false);
view = 0;
}