Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
dc58d1a6
Commit
dc58d1a6
authored
Oct 15, 2014
by
Matt Lowe
Browse files
Shortened animation time between phases
+ changed from 50ms to 25ms between update calls.
parent
2a15b9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/phasestoolbar.cpp
View file @
dc58d1a6
...
@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
...
@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
return
;
return
;
active
=
_active
;
active
=
_active
;
activeAnimationTimer
->
start
(
5
0
);
activeAnimationTimer
->
start
(
2
5
);
}
}
void
PhaseButton
::
updateAnimation
()
void
PhaseButton
::
updateAnimation
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment