Skip to content

Commit

Permalink
Fixing IsAutomaticCollapseEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Feb 22, 2024
1 parent 7ca15ae commit 7388fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fluent.Ribbon/Controls/Ribbon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,6 @@ private void MaintainIsCollapsed()
if (this.IsAutomaticCollapseEnabled == false
|| this.ownerWindow is null)
{
this.ClearValue(IsCollapsedProperty);
return;
}

Expand Down

0 comments on commit 7388fa8

Please sign in to comment.