fix outer color setup for yuv in gradient, fix last_xy update in sketcher grab_event
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / sketcher / sketcherwindow.C
index dd917e4b48cb97ee8bccb4de0826ddf94b817280..2235260cb80ed51f5f5f05348520756568207a3d 100644 (file)
@@ -472,7 +472,7 @@ int SketcherWindow::grab_event(XEvent *event)
                if( grab_cursor_motion() )
                        pending_config = 1;
                if( pending_config ) {
-                       last_x = output_x;  last_y = output_y;
+                       last_x = track_x;  last_y = track_y;
                        send_configure_change();
                }
        }