Fix #2922.
git-svn-id: svn://localhost/ardour2/branches/3.0@6167 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user