client settings dialog is now set upfront when menu entry is selected

This commit is contained in:
Volker Fischer 2006-12-18 11:23:46 +00:00
parent 0eef15e130
commit 7996ce042f

View File

@ -269,6 +269,10 @@ void CLlconClientDlg::OnOpenGeneralSettings()
{
// open general settings dialog
ClientSettingsDlg.show();
// make sure dialog is upfront and has focus
ClientSettingsDlg.raise();
ClientSettingsDlg.setActiveWindow();
}
void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )