Skip to content

Commit

Permalink
feat(NavigationView): Include Fix issue where setting IsPaneButtonVis…
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Sep 18, 2023
1 parent 1adf399 commit 647c4d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// MUX Reference NavigationView.cpp, commit 05a0b06
// MUX Reference NavigationView.cpp, commit 4e2990d

#pragma warning disable 105 // remove when moving to WinUI tree

Expand Down Expand Up @@ -4332,6 +4332,7 @@ private void OnPropertyChanged(DependencyPropertyChangedEventArgs args)
UpdatePaneTitleFrameworkElementParents();
UpdateBackAndCloseButtonsVisibility();
UpdatePaneToggleButtonVisibility();
UpdateTitleBarPadding();
UpdateVisualState();
}
else if (property == IsSettingsVisibleProperty)
Expand Down

0 comments on commit 647c4d8

Please sign in to comment.