diff src/gui.c @ 995:9aec644c45dc v7.0.121

updated for version 7.0-121
author vimboss
date Sun, 08 Oct 2006 11:56:24 +0000
parents d607b48414b7
children 41ab6b381572
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -2873,6 +2873,9 @@ button_set:
      */
     if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
 	    && Y_2_ROW(y) >= topframe->fr_height
+# ifdef FEAT_WINDOWS
+						+ firstwin->w_winrow
+# endif
 	    && button != MOUSE_DRAG
 # ifdef FEAT_MOUSESHAPE
 	    && !drag_status_line