Fix Alt+Space hotkey affect by system

if no disable control box,  sometimes awake Wox with alt+space hotkey,
the first input key is swallowed by system
This commit is contained in:
cxfksword
2014-03-22 15:02:28 +08:00
parent dbdd6c701b
commit 3b09276395
3 changed files with 34 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ namespace Wox
InitProgressbarAnimation();
//only works for win7+
//DwmDropShadow.DropShadowToWindow(this);
WindowIntelopHelper.DisableControlBox(this);
}
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)