change label drag cursor
authorGood Guy <good1.2guy@gmail.com>
Wed, 5 Sep 2018 23:04:08 +0000 (17:04 -0600)
committerGood Guy <good1.2guy@gmail.com>
Wed, 5 Sep 2018 23:04:08 +0000 (17:04 -0600)
cinelerra-5.1/cinelerra/timebar.C

index 2640f1a2620767f793f58ebec66a7d815e06c271..3f0780b732d86180fd2a036b7cb335feda6f986f 100644 (file)
@@ -127,7 +127,7 @@ int LabelGUI::test_drag_label(int press)
                        if( press && get_value() ) {
                                timebar->current_operation = TIMEBAR_DRAG_LABEL;
                                timebar->drag_label = this;
-                               set_cursor(MOVE_CURSOR, 0, 0);
+                               set_cursor(HSEPARATE_CURSOR, 0, 0);
                                mwindow->undo->update_undo_before(_("drag label"), this);
                                return 1;
                        }