Index: source/ui/control/sqledit.cxx =================================================================== --- source/ui/control/sqledit.cxx (revision 265092) +++ source/ui/control/sqledit.cxx (working copy) @@ -66,9 +66,12 @@ m_timerInvalidate.Start(); ImplSetFont(); - // listen for change of Font Setting + // listen for change of Font and Color Settings StartListening(m_SourceViewConfig); StartListening(m_ColorConfig); + + //#i97044# + EnableFocusSelectionHide(true); } //------------------------------------------------------------------------------