Mercurial > hg > svapp
changeset 732:c980a0300c58 background-mode
Re-enable this for testing
author | Chris Cannam |
---|---|
date | Fri, 17 Jan 2020 13:46:42 +0000 |
parents | 16932dfaf64e |
children | a39538eaed9d |
files | framework/MainWindowBase.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Wed Jan 15 14:00:18 2020 +0000 +++ b/framework/MainWindowBase.cpp Fri Jan 17 13:46:42 2020 +0000 @@ -211,7 +211,7 @@ SVDEBUG << "MainWindowBase: View font size is " << viewFontSize << endl; -#ifdef NOT_DEFINED // This no longer works correctly on any platform AFAICS +#ifndef Q_OS_MAC Preferences::BackgroundMode mode = Preferences::getInstance()->getBackgroundMode(); m_initialDarkBackground = m_viewManager->getGlobalDarkBackground();