GodLike3539
Results
1
issues of
GodLike3539
When binding an EVT_PG_CHANGED from a PropertyGridManager the event only gets handled when using `PropertyGridManager.Bind()` but not with `Bind(..., MyPropertyGridManager)`. The EVT_PG_CHANGED is an instance of wx.CommandEvent, so it should...