mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Don't set focus on page automatically (this breaks delete-with-del on sourcetree), and it was done originally for the newplaylistwidget that is gone.
This commit is contained in:
@@ -569,7 +569,6 @@ ViewManager::setPage( ViewPage* page, bool trackHistory )
|
||||
}
|
||||
|
||||
m_stack->setCurrentWidget( page->widget() );
|
||||
page->widget()->setFocus();
|
||||
|
||||
updateView();
|
||||
}
|
||||
|
Reference in New Issue
Block a user