From a1f1cca3b3c5a605226df5fa1d69ba96594a89ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 14 Sep 2018 15:44:37 +0200 Subject: [PATCH] Fir variable initialization in macos --- YACReaderLibrary/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/theme.h b/YACReaderLibrary/theme.h index ce5794ce..b862fee3 100644 --- a/YACReaderLibrary/theme.h +++ b/YACReaderLibrary/theme.h @@ -14,7 +14,7 @@ public: Theme t; #ifdef Q_OS_MAC - bool macosNative = false; + bool macosNative = true; #else bool macosNative = false; #endif