mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Fix #2922.
git-svn-id: svn://localhost/ardour2/branches/3.0@6167 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f1c664e4e
commit
0f45eed58c
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ TimeAxisView::name_entry_key_release (GdkEventKey* ev)
|
|||
|
||||
/* resize to show editable name display */
|
||||
|
||||
if ((*i)->current_height() >= hSmall && (*i)->current_height() < hNormal) {
|
||||
if ((*i)->current_height() <= hSmaller) {
|
||||
(*i)->set_height (hSmaller);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue