diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 59eb6ed3ab..ba54fa857b 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -551,7 +551,6 @@ int CLUI_ShowWindowMod(HWND hWnd, int nCmd) && !g_mutex_bChangingMode
&& nCmd == SW_HIDE
&& !g_CluiData.fLayered
- && IsWinVerXPPlus()
&& db_get_b(NULL,"CList","WindowShadow",SETTING_WINDOWSHADOW_DEFAULT))
{
ShowWindow(hWnd,SW_MINIMIZE); //removing of shadow
@@ -561,7 +560,6 @@ int CLUI_ShowWindowMod(HWND hWnd, int nCmd) && !g_mutex_bChangingMode
&& nCmd == SW_RESTORE
&& !g_CluiData.fLayered
- && IsWinVerXPPlus()
&& g_CluiData.fSmoothAnimation
&& !g_bTransparentFlag)
{
|