Fix issues with DwmDropShadow

This commit is contained in:
Yeechan Lu
2014-03-25 20:27:02 +08:00
parent 4a0411b7fc
commit 3a55985b20
2 changed files with 5 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ namespace Wox
InitProgressbarAnimation();
//only works for win7+
//DwmDropShadow.DropShadowToWindow(this);
DwmDropShadow.DropShadowToWindow(this);
WindowIntelopHelper.DisableControlBox(this);
}