]> git.saurik.com Git - wxWidgets.git/commit
Return false from PositionToXY if passed in position is larger than the buffer. This...
authorMart Raudsepp <leio@gentoo.org>
Fri, 14 Jul 2006 04:22:38 +0000 (04:22 +0000)
committerMart Raudsepp <leio@gentoo.org>
Fri, 14 Jul 2006 04:22:38 +0000 (04:22 +0000)
commit01207937f66da7698eecfd3c61b8204914fec7f6
treefd220c0c92abcb7eb13c1b377515ad176f932254
parent50259962667c5c7485fee30e602f2fe551efaf6f
Return false from PositionToXY if passed in position is larger than the buffer. This should restore the
functionality of the boolean return value, while not returning false for valid input from end of buffer.

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