mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Try to fix a flicker effect on the owner-drawed status bar panels.
This commit is contained in:
@ -1066,6 +1066,7 @@ begin
|
||||
ImageIndex := 150;
|
||||
end;
|
||||
end;
|
||||
StatusBar.Canvas.FillRect(Rect);
|
||||
if ImageIndex > -1 then begin
|
||||
ImageListMain.Draw(StatusBar.Canvas, Rect.Left, Rect.Top, ImageIndex, true);
|
||||
TextRect := Rect;
|
||||
|
Reference in New Issue
Block a user