1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Set current index to 0 when showing

This commit is contained in:
Leo Franchi
2012-08-08 17:11:51 -04:00
parent 8528ba7c72
commit 10fb76b92b

View File

@@ -296,6 +296,7 @@ SettingsDialog::~SettingsDialog()
void void
SettingsDialog::show() SettingsDialog::show()
{ {
m_dialog->setCurrentIndex( 0 );
m_dialog->show(); m_dialog->show();
} }