From: Good Guy Date: Wed, 5 Sep 2018 23:04:08 +0000 (-0600) Subject: change label drag cursor X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=commitdiff_plain;h=a035e76a79938f9662fca703020e213020428c9d change label drag cursor --- 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; }