Explorar el Código

dock layers and colors by default

Johann ELSASS hace 4 años
padre
commit
4290eeb10a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);