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

This commit is contained in:
2019-12-10 17:32:18 +00:00
parent eff39cbc5a
commit ff4f9a3b2b

View File

@@ -47,6 +47,7 @@ PrimitiveEditor::PrimitiveEditor(QWidget *parent) : QWidget(parent), ui(new Ui::
}
ui->comboPrimitives->setCurrentIndex(Plane);
on_comboPrimitives_currentIndexChanged(ui->comboPrimitives->currentIndex());
}