don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should suppo...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Mar 2008 03:04:09 +0000 (03:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Mar 2008 03:04:09 +0000 (03:04 +0000)
commite072113323f06e5c71f8d02789c17df541751eaf
tree0cdef5d042029635abb2fd868a842f762fdc3f7e
parent5a25f8581a6e11d4a7d61d40434a826a1a228d53
don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)

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