1
0
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:
Leo Franchi
2011-10-21 13:04:41 -04:00
parent 98d939a81b
commit 0a686337f8

View File

@@ -569,7 +569,6 @@ ViewManager::setPage( ViewPage* page, bool trackHistory )
}
m_stack->setCurrentWidget( page->widget() );
page->widget()->setFocus();
updateView();
}