Remove dropshadow since it's buggy.

This commit is contained in:
qianlifeng
2014-03-17 23:04:22 +08:00
parent 2e0a8ee657
commit 5f6d3078b7

View File

@@ -77,7 +77,7 @@ namespace Wox
InitProgressbarAnimation(); InitProgressbarAnimation();
//only works for win7+ //only works for win7+
DwmDropShadow.DropShadowToWindow(this); //DwmDropShadow.DropShadowToWindow(this);
} }
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)