On Wed, Jul 24, 2002 at 07:34:20PM +0200, Edwin Leuven wrote:

> what I do is the following
> 1. start lyx
> 2. insert 5x5 table
> 3a. click left mouse button and keep it pressed for ca 5 secs

Try the below. Same goes for 1.2.x

john


Index: XWorkArea.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/XWorkArea.C,v
retrieving revision 1.14
diff -u -r1.14 XWorkArea.C
--- XWorkArea.C 11 Jul 2002 15:09:45 -0000      1.14
+++ XWorkArea.C 24 Jul 2002 18:52:17 -0000
@@ -372,6 +372,9 @@
                    ev->xmotion.y != y_old ||
                    fl_get_scrollbar_value(area->scrollbar) != scrollbar_value_old
                        ) {
+                       x_old = ev->xmotion.x;
+                       y_old = ev->xmotion.y;
+                       scrollbar_value_old = fl_get_scrollbar_value(area->scrollbar);
                        lyxerr[Debug::WORKAREA] << "Workarea event: MOUSE" << endl;
                        area->workAreaMotionNotify(ev->xmotion.x - ob->x,
                                             ev->xmotion.y - ob->y,

Reply via email to