From 5f6d3078b743c3457e0e4dad2054db3bb15e8923 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Mon, 17 Mar 2014 23:04:22 +0800 Subject: [PATCH] Remove dropshadow since it's buggy. --- Wox/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index e268f2b1d..36020f42d 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -77,7 +77,7 @@ namespace Wox InitProgressbarAnimation(); //only works for win7+ - DwmDropShadow.DropShadowToWindow(this); + //DwmDropShadow.DropShadowToWindow(this); } private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)