Browse Source

dock layers and colors by default

Johann ELSASS 4 years ago
parent
commit
4290eeb10a
1 changed files with 1 additions and 1 deletions
  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);