Skip to content

Commit

Permalink
Attempt to fix window flicker issue on Windows 10 by disabling Applic…
Browse files Browse the repository at this point in the history
…ationEvents.OnIdle event temporarily. See http://www.heidisql.com/forum.php?t=21342#p21635
  • Loading branch information
ansgarbecker committed Jun 19, 2016
1 parent a3853b5 commit d3566b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/main.dfm
Expand Up @@ -9963,7 +9963,6 @@ object MainForm: TMainForm
end
object ApplicationEvents1: TApplicationEvents
OnDeactivate = ApplicationEvents1Deactivate
OnIdle = ApplicationEvents1Idle
Left = 504
Top = 152
end
Expand Down

0 comments on commit d3566b7

Please sign in to comment.