mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-04-02 23:53:48 +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()->setContentsMargins(2,2,2,2);
|
||||||
dialog->layout()->addWidget(editor);
|
dialog->layout()->addWidget(editor);
|
||||||
connect(editor,SIGNAL(destroyed()),dialog,SLOT(close()));
|
connect(editor,SIGNAL(destroyed()),dialog,SLOT(close()));
|
||||||
|
dialog->setWindowTitle(editor->windowTitle());
|
||||||
dialog->exec();
|
dialog->exec();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user