projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it in wxSTC
[wxWidgets.git]
/
include
/
wx
/
textentry.h
diff --git
a/include/wx/textentry.h
b/include/wx/textentry.h
index 3d4863d881c4b87ddcb7644e3e84a0933b7ebfdb..28bffe991379838ccd2489f6acf0f55e1926d142 100644
(file)
--- a/
include/wx/textentry.h
+++ b/
include/wx/textentry.h
@@
-45,7
+45,7
@@
public:
virtual wxString GetValue() const = 0;
virtual wxString GetRange(long from, long to) const;
- bool IsEmpty() const { return Get
Value().empty()
; }
+ bool IsEmpty() const { return Get
LastPosition() <= 0
; }
// editing operations