mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-21 02:37:16 +01:00
help window will not be shown right after creation (fixed unit tests)
This commit is contained in:
parent
478ab765da
commit
4be28e19de
@ -81,12 +81,14 @@ Help* Help::getHelpWindow(QWidget* w)
|
||||
help_window = new Help(w, "Firewall Builder");
|
||||
help_window->setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint);
|
||||
}
|
||||
|
||||
/*
|
||||
else
|
||||
{
|
||||
help_window->showMinimized();
|
||||
help_window->hide();
|
||||
help_window->showNormal();
|
||||
help_window->raise();
|
||||
}
|
||||
}*/
|
||||
|
||||
//if (parent != mw) help_window->setParent(parent, help_window->flags);
|
||||
return help_window;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user