Skip to content

Commit 7388fa8

Browse files
committed
Fixing IsAutomaticCollapseEnabled
1 parent 7ca15ae commit 7388fa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Fluent.Ribbon/Controls/Ribbon.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,6 @@ private void MaintainIsCollapsed()
15861586
if (this.IsAutomaticCollapseEnabled == false
15871587
|| this.ownerWindow is null)
15881588
{
1589-
this.ClearValue(IsCollapsedProperty);
15901589
return;
15911590
}
15921591

0 commit comments

Comments
 (0)