Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private async void OnSublayersButtonClicked(object sender, RoutedEventArgs e)
dialog.PrimaryButtonClick += (s, a) => dialog.Hide();

// Show dialog as a full screen overlay.
dialog.XamlRoot = this.XamlRoot;
await dialog.ShowAsync();
}
catch (Exception ex)
Expand Down
Loading