Skip to content

Fix incorrect animation mode behavior

Updates to the GUI in pqAnimationTimeWidget would trigger signals that would unintentionally update animation state from stale state. Fixed this by blocking signals when updating the radio button GUI widgets, and removed signal/slot connections disabling/enabling GUI widgets, opting to instead do that manually when the play mode is changed.

Edited by Cory Quammen

Merge request reports