From 6f1162c23fb0c9dfc92974e9985ef94f72bd75da Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 8 Jan 2015 20:06:56 +0100 Subject: bugfix: showEvent contains initializion code that should be run only on first start of the application --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 8f035afd..5ccbf0c1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -313,6 +313,8 @@ private: Ui::MainWindow *ui; + bool m_WasVisible; + MOBase::TutorialControl m_Tutorial; QString m_ExeName; -- cgit v1.3.1