Fixed files overview thumbnails in retina. Fixed profile member list styles.

All round buttons over animations removed. Checkbox round radius smaller.
This commit is contained in:
John Preston
2016-06-10 09:54:56 +03:00
parent 3bb53b6ed1
commit bf247455ee
8 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ void BoxButton::onStateChange(int oldState, ButtonStateChangeSource source) {
a_textBgOverOpacity.start(textBgOverOpacity);
a_textFg.start(textFg->c);
if (source == ButtonByUser || source == ButtonByPress) {
if (source == ButtonByUser || source == ButtonByPress || true) {
_a_over.stop();
a_textBgOverOpacity.finish();
a_textFg.finish();