Fix unwanted scrolling when changing track name (#6583)

This commit is contained in:
saker
2022-12-10 13:48:17 -05:00
committed by GitHub
parent 20baf96db3
commit 17aa7dbef5

View File

@@ -105,6 +105,7 @@ void TrackLabelButton::renameFinished()
{
if( !( ConfigManager::inst()->value( "ui", "compacttrackbuttons" ).toInt() ) )
{
m_renameLineEdit->clearFocus();
m_renameLineEdit->hide();
if( m_renameLineEdit->text() != "" )
{