mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Default item editor title changed
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user