Skip to content

Commit 51fffb8

Browse files
authored
fix #12777 Keyboard tooltip of toolStripDropDownButton item still displaying when tab to other control (#12797)
1 parent 77ec5c9 commit 51fffb8

File tree

1 file changed

+1
-0
lines changed
  • src/System.Windows.Forms/src/System/Windows/Forms/Controls/ToolStrips

1 file changed

+1
-0
lines changed

src/System.Windows.Forms/src/System/Windows/Forms/Controls/ToolStrips/ToolStrip.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,7 @@ protected override void OnLostFocus(EventArgs e)
32863286
{
32873287
base.OnLostFocus(e);
32883288
ClearAllSelections();
3289+
ToolTip.Hide(this);
32893290
}
32903291

32913292
protected internal override void OnLeave(EventArgs e)

0 commit comments

Comments
 (0)