Send wxEVT_CHECKLISTBOX when a checkbox is clicked
Fix sending events from wxCheckListBox in wxQt. Closes https://github.com/wxWidgets/wxWidgets/pull/1403
This commit is contained in:
committed by
Vadim Zeitlin
parent
cc1ec9e562
commit
18b87b2ab5
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
virtual QWidget *GetHandle() const wxOVERRIDE;
|
||||
|
||||
void QtSendEvent(wxEventType evtType, const QModelIndex &index, bool selected);
|
||||
void QtSendEvent(wxEventType evtType, int rowIndex, bool selected);
|
||||
|
||||
protected:
|
||||
virtual void DoSetFirstItem(int n) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user