mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegionView from losing track of SelectTouchDraggingMode (may not be optimal or in the right place, but it works for now); add primary-click-on-MRV-blank-space and tertiary-click-on-MRV-blank-space to select all notes above or below the click, using recently committed methods for Sequence
git-svn-id: svn://localhost/ardour2/branches/3.0@7192 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
60ec5dd339
commit
a04b1fee6a
6 changed files with 73 additions and 2 deletions
|
|
@ -27,6 +27,8 @@ const int PublicEditor::container_border_width = 12;
|
|||
const int PublicEditor::vertical_spacing = 6;
|
||||
const int PublicEditor::horizontal_spacing = 6;
|
||||
|
||||
sigc::signal<void> PublicEditor::DropDownKeys;
|
||||
|
||||
PublicEditor::PublicEditor ()
|
||||
: Window (Gtk::WINDOW_TOPLEVEL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue