fix #ifdef'ed-out call to TrimDrag in case we ever use it in the future
This commit is contained in:
parent
cca3e6e061
commit
c82745301c
@ -1061,7 +1061,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||||||
* For not this is not fully implemented */
|
* For not this is not fully implemented */
|
||||||
#if 0
|
#if 0
|
||||||
if (!clicked_regionview->region()->locked()) {
|
if (!clicked_regionview->region()->locked()) {
|
||||||
_drags->set (new TrimDrag (this, item, clicked_regionview, selection->regions.by_layer(), true), event);
|
_drags->set (new TrimDrag (this, item, clicked_regionview, selection->regions.by_layer(), drag_time_domain (clicked_regionview->region()), true), event);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user