From a035e76a79938f9662fca703020e213020428c9d Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 5 Sep 2018 17:04:08 -0600 Subject: [PATCH] change label drag cursor --- cinelerra-5.1/cinelerra/timebar.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/timebar.C b/cinelerra-5.1/cinelerra/timebar.C index 2640f1a2..3f0780b7 100644 --- a/cinelerra-5.1/cinelerra/timebar.C +++ b/cinelerra-5.1/cinelerra/timebar.C @@ -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; } -- 2.26.2