Skip to content

Commit dd8a033

Browse files
committed
Fix
1 parent 6aca445 commit dd8a033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App.Controls/Sidebar/SidebarView.Properties.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ partial void OnIsPaneOpenPropertyChanged(DependencyPropertyChangedEventArgs e)
4949

5050
partial void OnOpenPaneLengthPropertyChanged(DependencyPropertyChangedEventArgs e)
5151
{
52+
NegativeOpenPaneLength = -(double)(e.NewValue);
5253
UpdateOpenPaneLengthColumn();
5354
}
5455
}

0 commit comments

Comments
 (0)