From dc58d1a61e6fd97c6a08b6284354eb66de6b71cd Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Wed, 15 Oct 2014 19:51:08 +0200 Subject: [PATCH] Shortened animation time between phases + changed from 50ms to 25ms between update calls. --- cockatrice/src/phasestoolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/phasestoolbar.cpp b/cockatrice/src/phasestoolbar.cpp index 9b22f611..35265ba8 100644 --- a/cockatrice/src/phasestoolbar.cpp +++ b/cockatrice/src/phasestoolbar.cpp @@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active) return; active = _active; - activeAnimationTimer->start(50); + activeAnimationTimer->start(25); } void PhaseButton::updateAnimation()