git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30350
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the focus rect around a text may have 4 pixels in each direction
// we handle these problems right now in an extended vis region of a window
// the focus rect around a text may have 4 pixels in each direction
// we handle these problems right now in an extended vis region of a window
-static const wxCoord TEXTBORDER = 0 ;
+static const wxCoord TEXTBORDER = 4 ;
// the margin between the text control and the spin
static const wxCoord MARGIN = 8 - TEXTBORDER;
// the margin between the text control and the spin
static const wxCoord MARGIN = 8 - TEXTBORDER;