small change
This commit is contained in:
parent
b8bad82676
commit
4cb4cade33
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,8 @@ void CLlconClientDlg::OnOpenGeneralSettings()
|
||||||
|
|
||||||
// make sure dialog is upfront and has focus
|
// make sure dialog is upfront and has focus
|
||||||
ClientSettingsDlg.raise();
|
ClientSettingsDlg.raise();
|
||||||
ClientSettingsDlg.setActiveWindow();
|
ClientSettingsDlg.setActiveWindow();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )
|
void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )
|
||||||
|
|
Loading…
Reference in a new issue