]> git.saurik.com Git - wxWidgets.git/commit
Don't log errors from GetScrollInfo since it is possible that there
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Jul 2003 18:53:35 +0000 (18:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Jul 2003 18:53:35 +0000 (18:53 +0000)
commitf676b38715b824753e5440f133690b04e3faaf58
tree66ab10173d0a6a1a83246fcd417e6675d7cdf0d1
parenta565c7645eb9cd2384b4e3d691e4957bd7e67b86
Don't log errors from GetScrollInfo since it is possible that there
will be an error return when there isn't actually an error (ie. when
the window doesn't have scrollbars yet.)  Left the if... statements in
place in case we want to add an assert there later.

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