small change
This commit is contained in:
parent
5a180c2389
commit
6c91e7516c
1 changed files with 843 additions and 842 deletions
|
@ -280,7 +280,8 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
// If the connect button is the default button, on Mac it is highlighted
|
// If the connect button is the default button, on Mac it is highlighted
|
||||||
// by fading in and out a blue backgroud color. This operation consumes so
|
// by fading in and out a blue backgroud color. This operation consumes so
|
||||||
// much CPU that we get audio interruptions.
|
// much CPU that we get audio interruptions.
|
||||||
// Better solution: increase thread priority of worker thread -> TODO
|
// Better solution: increase thread priority of worker thread (since the
|
||||||
|
// user can always highlight the button manually, too) -> TODO
|
||||||
#if defined ( __APPLE__ ) || defined ( __MACOSX )
|
#if defined ( __APPLE__ ) || defined ( __MACOSX )
|
||||||
PushButtonConnect->setDefault ( false );
|
PushButtonConnect->setDefault ( false );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue