Default item editor title changed

This commit is contained in:
Arin Alex 2018-03-22 20:10:45 +03:00
parent f8b9a1c53d
commit 15345d44a7

View File

@ -1183,6 +1183,7 @@ void BaseDesignIntf::showEditorDialog(){
dialog->layout()->setContentsMargins(2,2,2,2);
dialog->layout()->addWidget(editor);
connect(editor,SIGNAL(destroyed()),dialog,SLOT(close()));
dialog->setWindowTitle(editor->windowTitle());
dialog->exec();
#endif
}