FEATURE-992: Fixing a problem with the editor not becoming the foreground window. [skip ci]

This commit is contained in:
Robin 2016-12-26 21:00:15 +01:00
commit eabe6a18be
3 changed files with 22 additions and 1 deletions

View file

@ -176,6 +176,7 @@ namespace Greenshot {
Text = _surface.CaptureDetails.Title + " - " + Language.GetString(LangKey.editor_title);
}
}
Activate();
WindowDetails.ToForeground(Handle);
}