소스 검색

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;