mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-25 06:37:29 +01:00
Fix adding section markers with ctrl+click
This commit is contained in:
parent
69d63bac92
commit
e7d4f10e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1800,7 +1800,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
case SectionMarkerBarItem:
|
||||
if (!_dragging_playhead && Keyboard::modifier_state_equals (event->button.state, Keyboard::PrimaryModifier)) {
|
||||
snap_to_with_modifier (where, event, Temporal::RoundNearest, SnapToGrid_Scaled);
|
||||
add_location_mark (where, Location::IsSection);
|
||||
add_location_mark (where, Location::Flags (Location::IsMark | Location::IsSection));
|
||||
}
|
||||
return true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue