Browse Source

update workspace color

Johann 6 years ago
parent
commit
f40056f32d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lazpaint/uconfig.pas

+ 2 - 0
lazpaint/uconfig.pas

@@ -727,6 +727,8 @@ begin
     iniOptions.WriteString('General','DarkWorkspaceColor', BGRAToStr(value))
   else
     iniOptions.WriteString('General','WorkspaceColor', BGRAToStr(value));
+  FWorkspaceColor:= value;
+  FWorkspaceColorEvaluated:= true;
 end;
 
 function TLazPaintConfig.DefaultUseImageBrowser: boolean;