diff --git a/include/wx/textentry.h b/include/wx/textentry.h index 93ae8fbf37..28bffe9913 100644 --- 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 GetLastPosition() > 0; } + bool IsEmpty() const { return GetLastPosition() <= 0; } // editing operations