client settings dialog is now set upfront when menu entry is selected
This commit is contained in:
parent
0eef15e130
commit
7996ce042f
1 changed files with 4 additions and 0 deletions
|
@ -269,6 +269,10 @@ void CLlconClientDlg::OnOpenGeneralSettings()
|
||||||
{
|
{
|
||||||
// open general settings dialog
|
// open general settings dialog
|
||||||
ClientSettingsDlg.show();
|
ClientSettingsDlg.show();
|
||||||
|
|
||||||
|
// make sure dialog is upfront and has focus
|
||||||
|
ClientSettingsDlg.raise();
|
||||||
|
ClientSettingsDlg.setActiveWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )
|
void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )
|
||||||
|
|
Loading…
Reference in a new issue