Merge branch 'qt_combobox_crash' of https://github.com/GeoTeric/wxWidgets
Fix crashes when using wxCB_READONLY in wxQt. See https://github.com/wxWidgets/wxWidgets/pull/1221
This commit is contained in:
@@ -87,6 +87,7 @@ protected:
|
||||
|
||||
private:
|
||||
void SetActualValue(const wxString& value);
|
||||
bool IsReadOnly() const;
|
||||
|
||||
// From wxTextEntry:
|
||||
virtual wxWindow *GetEditableWindow() wxOVERRIDE { return this; }
|
||||
|
Reference in New Issue
Block a user