[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Feather slider problem



The problem with the feather slider is that after sending wxEVT_SCROLL_THUMBRELEASE wxWidgets sends two more wxEVT_COMMAND_SLIDER_UPDATED events.

Camelot then thinks another drag is starting and sets everything up and it gets left in an unhappy state.

I'm investigating ways to workaround this.

Phil