fix(src/app/App): use showNormal instead of setVisible

This commit is contained in:
Ronan Abhamon 2017-02-22 14:12:59 +01:00
parent afb7230168
commit b4da8ddce9
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,7 @@ void App::initContentApp () {
#endif // ifndef __APPLE__
if (!m_parser.isSet("iconified"))
getMainWindow()->setVisible(true);
getMainWindow()->showNormal();
if (m_parser.isSet("selftest"))
QTimer::singleShot(300, this, &App::quit);

View file

@ -94,7 +94,6 @@ Controls1.ApplicationWindow {
width: MainWindowStyle.width
title: MainWindowStyle.title
visible: false
// ---------------------------------------------------------------------------
// Menu bar.