small change

This commit is contained in:
Volker Fischer 2010-07-20 08:23:30 +00:00
parent 5a180c2389
commit 6c91e7516c

View file

@ -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