Comment 7 for bug 1283844

Revision history for this message
Daniel Schürmann (daschuer) wrote :

I have just introduced a new EMIT_ON_MOVE option.
https://github.com/daschuer/mixxx/pull/3
But while coding this, i have just noticed that this is not a solution for this issue.
1.11 skins are setting <EmitOnDownPress>false</EmitOnDownPress> = EMIT_ON_RELEASE for a unknown reason.
Since we omit the Widget default once an emit option is manually set this means EMIT_ON_RELEASE only.
Overwriting these settings will a solution for our current problem, but this will somehow disable the config options for advanced skinners as well.
So for now, I will bypass all Emit options in WSliderComposed and fix the undocumented
<EventWhileDrag>no</EventWhileDrag> instead. If required, we may later introduce a new WSliderComposedEx widget which respects the emit options.