1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

* BUG: TWK-312 - Fixed AnimatedSplitter cutting off child widgets.

This commit is contained in:
Christian Muehlhaeuser
2011-08-09 03:21:49 +02:00
parent a46aadd843
commit 6cba708640
5 changed files with 10 additions and 4 deletions

View File

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