Missing GetEventObject in colourselect

Hi,

the colourselect module defines an custom Event: wxEVT_COMMAND_COLOURSELECT which doesn't provide the GetEventObject method. It was easy to append the method, but one question arise:

The GetEventObject method is very basically and I expect it available for every Event. Is it worth to mention such minor things in the future and is it nessesary to submit a patch for them ?

Jürgen

Jürgen Kareta wrote:

Robin Dunn schrieb:

And again, I don't like to give the nitpicker. It took me less than five minutes to fix it. So I don't have a reason to care about it further. What I like to know is, if it is adequately to report such things for the propose of making all modules more consistent or not ?

Reporting here is good.

Submitting a bug report is better.

Submitting a patch is best.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn schrieb:

Submitting a patch is best.

done