Skip to content

Commit

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

fix #12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
  • Loading branch information
Epica3055 committed Jan 23, 2025
1 parent 00cb28e commit f15cc3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3286,6 +3286,7 @@ protected override void OnLostFocus(EventArgs e)
{
base.OnLostFocus(e);
ClearAllSelections();
ToolTip.RemoveAll();
}

protected internal override void OnLeave(EventArgs e)
Expand Down

0 comments on commit f15cc3e

Please sign in to comment.