Explorar o código

update screen on workspace color change

circular17 %!s(int64=6) %!d(string=hai) anos
pai
achega
d0c38102ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lazpaint/lazpaintmainform.pas

+ 1 - 1
lazpaint/lazpaintmainform.pas

@@ -3861,7 +3861,7 @@ end;
 procedure TFMain.InvalidatePicture;
 begin
   if Assigned(FImageView) and Assigned(FLayout) then
-    FImageView.InvalidatePicture(False, FLayout.WorkArea, Point(0,0), self);
+    FImageView.InvalidatePicture(True, FLayout.WorkArea, Point(0,0), self);
 end;
 
 function TFMain.GetUseImageBrowser: boolean;