Files
wxWidgets/src
Vadim Zeitlin 5b7114b4d7 Send correct event directly from wxGenericColourButton
Instead of sending wxEVT_COLOURPICKER_CHANGED event from the button
itself and then catching it in wxColourPickerCtrl and resending an event
from the control from there, just send the event originating from the
correct object directly.

This allows to slightly simplify the code and will be especially useful
for other events, to be added in the upcoming commits, to avoid having
to write the same forwarding code for all of them.
2019-04-21 01:53:14 +02:00
..
2018-11-17 19:05:12 +01:00
2018-11-17 19:06:32 +01:00
2018-11-17 19:08:40 +01:00
2019-04-05 11:08:53 -07:00