Răsfoiți Sursa

dock layers and colors by default

Johann ELSASS 4 ani în urmă
părinte
comite
4290eeb10a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);