mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[FancyZones] Fix selecting correct layout for duplicate (#20101)
This commit is contained in:
@@ -200,6 +200,9 @@ namespace FancyZonesEditor
|
||||
{
|
||||
Logger.LogTrace();
|
||||
|
||||
var dataContext = ((FrameworkElement)sender).DataContext;
|
||||
Select((LayoutModel)dataContext);
|
||||
|
||||
EditLayoutDialog.Hide();
|
||||
|
||||
var mainEditor = App.Overlay;
|
||||
|
||||
Reference in New Issue
Block a user