Dedupe wxCB_READONLY check

This commit is contained in:
Graham Dawes
2019-02-04 09:25:55 +00:00
parent 1472b2f8ef
commit a60c2470b5
2 changed files with 9 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ protected:
private:
void SetActualValue(const wxString& value);
bool IsReadOnly() const;
// From wxTextEntry:
virtual wxWindow *GetEditableWindow() wxOVERRIDE { return this; }