mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 00:53:51 -07:00
Optimizations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1650 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cbf2fae360
commit
7591fa993b
6 changed files with 259 additions and 200 deletions
|
@ -669,7 +669,7 @@ namespace GreenshotPlugin.Core {
|
|||
User32.BringWindowToTop(this.hWnd);
|
||||
User32.SetForegroundWindow(this.hWnd);
|
||||
// Make sure windows has time to perform the action
|
||||
Thread.Sleep(100);
|
||||
Application.DoEvents();
|
||||
}
|
||||
|
||||
public WindowStyleFlags WindowStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue