Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/controls/dev/NavigationView/NavigationView.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class NavigationView :
// A flag to track that the selectionchange is caused by selection a item in topnav overflow menu
bool m_selectionChangeFromOverflowMenu{ false };
// Flag indicating whether selection change should raise item invoked. This is needed to be able to raise ItemInvoked before SelectionChanged while SelectedItem should point to the clicked item
bool m_shouldRaiseItemInvokedAfterSelection{ false };
bool m_shouldRaiseItemInvokedAfterSelection{ true };

TopNavigationViewLayoutState m_topNavigationMode{ TopNavigationViewLayoutState::Uninitialized };

Expand Down
Loading