mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Revert 4e6a15938c, double-click to toggle track height
This commit is contained in:
parent
f7d2c0b33e
commit
6da2508815
1 changed files with 0 additions and 10 deletions
|
|
@ -451,16 +451,6 @@ TimeAxisView::controls_ebox_button_press (GdkEventButton* event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* double-click outside the name area */
|
|
||||||
|
|
||||||
if (event->button == 1 && event->type == GDK_2BUTTON_PRESS) {
|
|
||||||
if (_effective_height < preset_height (HeightLargest)) {
|
|
||||||
set_height_enum (HeightLargest);
|
|
||||||
} else {
|
|
||||||
set_height_enum (HeightNormal);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
_ebox_release_can_act = true;
|
_ebox_release_can_act = true;
|
||||||
|
|
||||||
if (maybe_set_cursor (event->y) > 0) {
|
if (maybe_set_cursor (event->y) > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue