Explorar o código

Fixed default stylesheet as "no stylesheet"

George %!s(int64=4) %!d(string=hai) anos
pai
achega
82dda30e51
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/classes/astyle.h

+ 2 - 2
src/classes/astyle.h

@@ -13,9 +13,9 @@ class AStyle
 {
 public:
     enum StyleSheet{
-        Dark = 0,
+        Default = 0,  // Nothing read from config file produces .UInt() == 0
+        Dark,
         Light,
-        Default,
     };
 private:
     static QString currentStyle;