mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
FEATURE-992: Fixing a problem with the editor not becoming the foreground window. [skip ci]
This commit is contained in:
parent
4f289d838a
commit
eabe6a18be
3 changed files with 22 additions and 1 deletions
|
@ -176,6 +176,7 @@ namespace Greenshot {
|
|||
Text = _surface.CaptureDetails.Title + " - " + Language.GetString(LangKey.editor_title);
|
||||
}
|
||||
}
|
||||
Activate();
|
||||
WindowDetails.ToForeground(Handle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue