Skip to content

Commit

Permalink
Merge pull request #1088 from orrindeng/develop
Browse files Browse the repository at this point in the history
Fix third level sub menu behaves not good
  • Loading branch information
batzen authored Dec 7, 2022
2 parents 6fa6e39 + 6b23711 commit 7ef66d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Fluent.Ribbon/Controls/MenuItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,6 @@ protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
this.OnClick();
}
}
else if (this.HasItems)
{
this.IsSubmenuOpen = !this.IsSubmenuOpen;
}
}

base.OnMouseLeftButtonUp(e);
Expand Down

0 comments on commit 7ef66d3

Please sign in to comment.