Skip to content

Commit

Permalink
Fix ResetLayout method
Browse files Browse the repository at this point in the history
  • Loading branch information
orangebobolink committed Jan 27, 2025
1 parent 30293a3 commit 9308b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/DockMvvmSample/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ public void ResetLayout()
var layout = _factory?.CreateLayout();
if (layout is not null)
{
Layout = layout;
_factory?.InitLayout(layout);
Layout = layout;
}
}
}

0 comments on commit 9308b0a

Please # to comment.