mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-04-01 23:23:49 +03:00
Default item editor title changed
This commit is contained in:
parent
f8b9a1c53d
commit
15345d44a7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user