mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Reduce flicker on Windows 10. See https://www.heidisql.com/forum.php?t=19141
This commit is contained in:
@@ -1659,6 +1659,12 @@ begin
|
||||
on E:EOleSysError do;
|
||||
end;
|
||||
|
||||
// Reduce flicker on Windows 10
|
||||
if CheckWin32Version(6, 2) then begin
|
||||
DoubleBuffered := True;
|
||||
end;
|
||||
|
||||
|
||||
// Ensure directory exists
|
||||
ForceDirectories(DirnameUserAppData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user