[RSHELL]
[reactos.git] / base / shell / rshell / CMenuDeskBar.cpp
index 8deaedf..a5da7e2 100644 (file)
@@ -446,7 +446,8 @@ HRESULT STDMETHODCALLTYPE CMenuDeskBar::Popup(POINTL *ppt, RECTL *prcExclude, MP
     {
         cy = waHeight;
     }
-    else if (y + cy > rcWorkArea.bottom)
+    
+    if (y + cy > rcWorkArea.bottom)
     {
         y = rcWorkArea.bottom - cy;
     }