check that we do have scrollbars before using them to avoid crashes when SetScrollXXX...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jun 2007 11:44:05 +0000 (11:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jun 2007 11:44:05 +0000 (11:44 +0000)
commitb9e7f0115d7a932932c8b2ee602ae28ceb74762d
tree0f6a4db734cd3941ff70d1b723c2b4e0838f363e
parent68ce1d34990c79ada9eca14bf8d85dd86dd0a9e3
check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable

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