mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Improving the logic to make sure new windows are moved to the front, so the user can't miss them.
This commit is contained in:
parent
7938ab5dad
commit
9d7299e5ea
5 changed files with 52 additions and 26 deletions
|
@ -31,7 +31,7 @@ namespace Greenshot.Forms {
|
|||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
//
|
||||
InitializeComponent();
|
||||
WindowDetails.ToForeground(Handle);
|
||||
BringToFront = true;
|
||||
}
|
||||
|
||||
public BugReportForm(string bugText) : this() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue