Skip to content

Commit d526a86

Browse files
Tooltip parent control added for Internal Window Manager
(cherry picked from commit 5458f43)
1 parent c642c6c commit d526a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcs/class/System.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ public void ToolTipShow (bool only_refresh)
10721072
}
10731073

10741074
if (tooltip == null)
1075-
tooltip = new ToolTip.ToolTipWindow ();
1075+
tooltip = new ToolTip.ToolTipWindow (form);
10761076
else if (tooltip.Text == text && tooltip.Visible)
10771077
return;
10781078
else if (tooltip.Visible)

0 commit comments

Comments
 (0)