mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Revert "add a hack to deal with device discovery race, in which the devices were not actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages"
This reverts commit 06a25ffd5695697db9869a19e46c2f93c6c17458.
This commit is contained in:
parent
f5dbbe4ac6
commit
46e86f6694
1 changed files with 1 additions and 1 deletions
|
|
@ -3318,7 +3318,7 @@ LineDrag::motion (GdkEvent* event, bool)
|
|||
}
|
||||
|
||||
void
|
||||
LineDrag::finished (GdkEvent* event, bool movement_occured)
|
||||
LineDrag::finished (GdkEvent* event, bool)
|
||||
{
|
||||
if (movement_occured) {
|
||||
motion (event, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue