Skip to content

Commit ad3b4a2

Browse files
author
Bura Chuhadar
committed
Fixing a bug related to GridViewBrowser
1 parent f5d992b commit ad3b4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/UserControls/LayoutModes/GridViewBrowser.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public sealed partial class GridViewBrowser : BaseLayout
1919
public GridViewBrowser()
2020
{
2121
this.InitializeComponent();
22-
22+
base.BaseLayoutItemContextFlyout = this.BaseLayoutItemContextFlyout;
2323
App.AppSettings.LayoutModeChangeRequested += AppSettings_LayoutModeChangeRequested;
2424

2525
SetItemTemplate(); // Set ItemTemplate

0 commit comments

Comments
 (0)