Moving sliders using keys does not trigger updates
Hi, I noticed that whenever a slider (e.g. the one in the 'Slice' plugin) is moved using the arrow keys or page up/down keys, it doesn't trigger updates. This probably means that the sliderMoved() signal is used instead of the valueChanged() signal, which does react to both mouse and key input. Is the use of sliderMoved() a deliberate choice? Thanks, Pieter
Hi, thanks for the info. It was just a bug. I changed all signals to valueCHanged. The patch is currently building and should be merged into master today. Best, Jan Möbius Am 15.06.2016 um 11:17 schrieb Pieter Barendrecht:
Hi,
I noticed that whenever a slider (e.g. the one in the 'Slice' plugin) is moved using the arrow keys or page up/down keys, it doesn't trigger updates. This probably means that the sliderMoved() signal is used instead of the valueChanged() signal, which does react to both mouse and key input. Is the use of sliderMoved() a deliberate choice?
Thanks, Pieter
_______________________________________________ Openflipper mailing list Openflipper@lists.rwth-aachen.de http://mailman.rwth-aachen.de/mailman/listinfo/openflipper
-- Dipl.Inform. Jan Möbius Department of Computer Science 8 Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Jan Möbius
-
Pieter Barendrecht