From: Julian Smart Date: Wed, 9 Jul 2003 11:00:40 +0000 (+0000) Subject: Fixed missing bracket X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c9676eabf4f5c2c8ff696514ffeea0bef552fa5 Fixed missing bracket git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 752b905bca..bf8ce8e985 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -46,7 +46,7 @@ new window area manually if you use this style. Currently only has an effect for Windows.} \twocolitem{\windowstyle{wxVSCROLL}}{Use this style to enable a vertical scrollbar.} \twocolitem{\windowstyle{wxHSCROLL}}{Use this style to enable a horizontal scrollbar.} -\twocolitem{\windowstyle{wxALWAYS\_SHOW\_SB}{If a window has scrollbars, +\twocolitem{\windowstyle{wxALWAYS\_SHOW\_SB}}{If a window has scrollbars, disable them instead of hiding them when they are not needed (i.e. when the size of the window is big enough to not require the scrollbars to navigate it). This style is currently only implemented for wxMSW and wxUniversal and does