git-svn-id: svn://localhost/ardour2/branches/3.0@6167 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-25 00:13:58 +00:00
parent 2f1c664e4e
commit 0f45eed58c

View file

@ -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);
}