openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
258 stars 45 forks source link

Fader doesn't respond to mouse #137

Closed harryhaaren closed 7 years ago

harryhaaren commented 7 years ago

When clicked in lowest part of fader box, the fader doesn't respond. This is probably due to a bug in mouse-handling in a) the fader, b) the track. The moving-parts to get Jack inserts added to the UI moved the position of the fader downwards - which would explain why only the bottom ~50 px isn't responsive, while the rest is.

harryhaaren commented 7 years ago

This seems to be caused by a larger Volume widget - the lower part of the widget doesn't recieve DRAG events like the top 80% does, (drag = event type 5, while lower part gets event type 0 "no event")..

georgkrause commented 7 years ago

maybe this is since @geraldmwangi added some gui elements, maybe this is the fault?

geraldmwangi commented 7 years ago

Fixed in my lastest PR

harryhaaren commented 7 years ago

Fixed here, and merged: https://github.com/openAVproductions/openAV-Luppp/pull/143 Closing.