Don't apply some settings again if they weren't changed. Closes #4278.

This commit is contained in:
sledgehammer999 2015-12-13 16:41:58 +02:00
parent 2d25edd4d6
commit 82e02f7118
4 changed files with 14 additions and 16 deletions

View file

@ -202,6 +202,7 @@ private:
QTimer *preventTimer;
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
QTimer programUpdateTimer;
bool m_wasUpdateCheckEnabled;
#endif
bool has_python;
QMenu* toolbarMenu;