mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 18:14:40 +02:00
Help dialogs are now not modal (fixed #1655)
This commit is contained in:
@@ -58,6 +58,7 @@ TutorialDialog::TutorialDialog(QString tutorial, QWidget *parent) :
|
||||
showPage(currentPage);
|
||||
|
||||
wfl->registerTutorialViewing(tutorial);
|
||||
this->setWindowFlags(this->windowFlags() | Qt::WindowMinimizeButtonHint);
|
||||
}
|
||||
|
||||
void TutorialDialog::resizeEvent(QResizeEvent *)
|
||||
|
||||
Reference in New Issue
Block a user