Skip to content

Commit

Permalink
Update HostWindow.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes authored Aug 31, 2023
1 parent 8073e0a commit fc2ea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dock.Avalonia/Controls/HostWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public void Present(bool isDialog)
Window.Factory?.OnWindowOpened(Window);
}

ShowDialog(null); // FIXME: Set correct parent window.
ShowDialog(null!); // FIXME: Set correct parent window.
}
}
else
Expand Down

0 comments on commit fc2ea31

Please sign in to comment.