Ver Fonte

dock layers and colors by default

Johann ELSASS há 4 anos atrás
pai
commit
4290eeb10a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lazpaint/uconfig.pas

+ 1 - 1
lazpaint/uconfig.pas

@@ -515,7 +515,7 @@ end;
 
 function TLazPaintConfig.DefaultDockLayersAndColors: boolean;
 begin
-  result := iniOptions.ReadBool('Window','DockLayersAndColors',false);
+  result := iniOptions.ReadBool('Window','DockLayersAndColors',true);
 end;
 
 procedure TLazPaintConfig.SetDefaultDockLayersAndColors(value: boolean);