mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fix for BUG-1633, as is written here: http://social.msdn.microsoft.com/Forums/windows/en-US/76b5fb6f-16cb-4c9c-bba7-8d1a089b1ab3/enablevisualstyles-and-notifyicon-bug
This commit is contained in:
parent
2eba4811c6
commit
20dced6a8c
1 changed files with 2 additions and 1 deletions
|
@ -277,7 +277,8 @@ namespace Greenshot {
|
|||
IniConfig.Save();
|
||||
transport.AddCommand(CommandEnum.FirstLaunch);
|
||||
}
|
||||
|
||||
// Should fix BUG-1633
|
||||
Application.DoEvents();
|
||||
_instance = new MainForm(transport);
|
||||
Application.Run();
|
||||
} catch(Exception ex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue