Skip to content

Commit

Permalink
add form focus
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Jan 29, 2024
1 parent 9a62f2c commit 0c78c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rdmp.UI/SimpleDialogs/WideMessageBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public static void Show(string title, string message, string environmentDotStack
wmb.ShowDialog();
else
wmb.Show();
wmb.Focus();
}

public static void Show(string title, string message, WideMessageBoxTheme theme)
Expand Down

0 comments on commit 0c78c7f

Please sign in to comment.