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