mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Unconditionally show time-selection in info box with object tool
Arrangement Section can be selected with the object tool, and should be indicated even when not using Smart mode.
This commit is contained in:
parent
20b646e962
commit
78db634321
1 changed files with 1 additions and 2 deletions
|
|
@ -266,8 +266,7 @@ TimeInfoBox::selection_changed ()
|
|||
case Editing::MouseObject:
|
||||
if (selection.regions.empty()) {
|
||||
if (selection.points.empty()) {
|
||||
Glib::RefPtr<ToggleAction> tact = ActionManager::get_toggle_action ("MouseMode", "set-mouse-mode-object-range");
|
||||
if (tact->get_active() && !selection.time.empty()) {
|
||||
if (!selection.time.empty()) {
|
||||
/* show selected range */
|
||||
selection_start->set_off (false);
|
||||
selection_end->set_off (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue