Skip to content

Commit

Permalink
Fixed: Blinking of the close, maximize, minimize buttons of the form …
Browse files Browse the repository at this point in the history
…when the mouse over them in Windows 7.
  • Loading branch information
XusinboyBekchanov committed Dec 19, 2021
1 parent 02a00e5 commit 5eaf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mff/Control.bas
Expand Up @@ -954,7 +954,7 @@ Namespace My.Sys.Forms
This.Font.Parent = @This 'If This.Font Then
#ifdef __USE_WINAPI__
SendMessage FHandle, CM_CREATE, 0, 0
If ShowHint Then AllocateHint
If ShowHint AndAlso Hint <> "" Then AllocateHint
#endif
If FParent Then
FAnchoredParentWidth = Cast(Control Ptr, FParent)->Width
Expand Down

0 comments on commit 5eaf6c1

Please sign in to comment.