mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Comment.
This commit is contained in:
parent
47f00b4a30
commit
7993934a69
@ -264,6 +264,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
connect( m_dialog, SIGNAL( rejected() ), SLOT( onRejected() ) );
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
//Workaround for QTBUG-26351
|
||||
if ( m_advancedWidgetUi->staticHostName->isEnabled() )
|
||||
m_advancedWidgetUi->remoteConnectionsGroupBox->setFocus();
|
||||
#endif
|
||||
@ -402,6 +403,7 @@ SettingsDialog::toggleRemoteMode()
|
||||
m_advancedWidgetUi->staticPortLabel->setEnabled( m_advancedWidgetUi->staticIpRadioButton->isChecked() );
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
//Workaround for QTBUG-26351
|
||||
if ( m_advancedWidgetUi->staticHostName->isEnabled() )
|
||||
m_advancedWidgetUi->remoteConnectionsGroupBox->setFocus();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user