Fix GetClientSize() when scrollbars are present
authorPaul Cornett <paulcor@bullseye.com>
Wed, 14 Nov 2012 18:19:25 +0000 (18:19 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 14 Nov 2012 18:19:25 +0000 (18:19 +0000)
commit12fdbd3d6a638ac5110b1686deee619c56b71994
treeb61088eb7199a3c2052909901e3cf003261043b8
parent01283acee2cbaa0eb6ab88a50bebd2e82b11f0bb
Fix GetClientSize() when scrollbars are present

The value of GtkScrolledWindowClass.scrollbar_spacing seems to be invalid (-1).
Use the style property "scrollbar-spacing" instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp