diff options
-rw-r--r-- | vcl/source/control/ilstbox.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index 8e94b42ed4e9..d624398cec3f 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -31,6 +31,7 @@ #include <ilstbox.hxx> #include <controldata.hxx> #include <svdata.hxx> +#include <window.h> #include <com/sun/star/i18n/XCollator.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> @@ -2611,6 +2612,8 @@ ImplWin::ImplWin( vcl::Window* pParent, WinBits nWinStyle ) : else SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetFieldColor() ) ); + ImplGetWindowImpl()->mbUseNativeFocus = ImplGetSVData()->maNWFData.mbNoFocusRects; + mbInUserDraw = false; mbUserDrawEnabled = false; mbEdgeBlending = false; |