projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b383e
)
change label drag cursor
author
Good Guy
<
[email protected]
>
Wed, 5 Sep 2018 23:04:08 +0000
(17:04 -0600)
committer
Good Guy
<
[email protected]
>
Wed, 5 Sep 2018 23:04:08 +0000
(17:04 -0600)
cinelerra-5.1/cinelerra/timebar.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/timebar.C
b/cinelerra-5.1/cinelerra/timebar.C
index 2640f1a2620767f793f58ebec66a7d815e06c271..3f0780b732d86180fd2a036b7cb335feda6f986f 100644
(file)
--- 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(
MOV
E_CURSOR, 0, 0);
+ set_cursor(
HSEPARAT
E_CURSOR, 0, 0);
mwindow->undo->update_undo_before(_("drag label"), this);
return 1;
}