Skip to content

Commit

Permalink
fix dotnet#12818 : Keyboard tooltip of item in toolStrip2 is not disp…
Browse files Browse the repository at this point in the history
…layed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item

fix dotnet#12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
  • Loading branch information
Epica3055 committed Jan 24, 2025
1 parent 5fc66aa commit 810320c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@ protected override void OnLostFocus(EventArgs e)
{
base.OnLostFocus(e);
ClearAllSelections();
ToolTip.Hide(this);
ToolTip.RemoveAll();
}

protected internal override void OnLeave(EventArgs e)
Expand Down

0 comments on commit 810320c

Please sign in to comment.