set editor pane cursors
This commit is contained in:
parent
067616a84f
commit
a26a85de14
@ -715,6 +715,9 @@ Editor::Editor ()
|
|||||||
editor_summary_pane.add (_summary_hbox);
|
editor_summary_pane.add (_summary_hbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
edit_pane.set_drag_cursor (*_cursors->expand_left_right);
|
||||||
|
editor_summary_pane.set_drag_cursor (*_cursors->expand_up_down);
|
||||||
|
|
||||||
edit_pane.add (editor_summary_pane);
|
edit_pane.add (editor_summary_pane);
|
||||||
if (!ARDOUR::Profile->get_trx()) {
|
if (!ARDOUR::Profile->get_trx()) {
|
||||||
edit_pane.add (_the_notebook);
|
edit_pane.add (_the_notebook);
|
||||||
@ -5970,6 +5973,9 @@ Editor::ui_parameter_changed (string parameter)
|
|||||||
}
|
}
|
||||||
_cursors->set_cursor_set (UIConfiguration::instance().get_icon_set());
|
_cursors->set_cursor_set (UIConfiguration::instance().get_icon_set());
|
||||||
_cursor_stack.push_back(_cursors->grabber);
|
_cursor_stack.push_back(_cursors->grabber);
|
||||||
|
edit_pane.set_drag_cursor (*_cursors->expand_left_right);
|
||||||
|
editor_summary_pane.set_drag_cursor (*_cursors->expand_up_down);
|
||||||
|
|
||||||
} else if (parameter == "draggable-playhead") {
|
} else if (parameter == "draggable-playhead") {
|
||||||
if (_verbose_cursor) {
|
if (_verbose_cursor) {
|
||||||
playhead_cursor->set_sensitive (UIConfiguration::instance().get_draggable_playhead());
|
playhead_cursor->set_sensitive (UIConfiguration::instance().get_draggable_playhead());
|
||||||
|
Loading…
Reference in New Issue
Block a user