ソースを参照

update screen on workspace color change

circular17 6 年 前
コミット
d0c38102ec
1 ファイル変更1 行追加1 行削除
  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;