2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Don't reset interface scale to auto on Settings open.

This commit is contained in:
John Preston
2021-02-01 12:32:08 +04:00
parent d202a0cd06
commit 2a1096d83c
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ void DiscreteSlider::setActiveSectionFast(int index) {
void DiscreteSlider::finishAnimating() {
_a_left.stop();
update();
_callbackAfterMs = 0;
if (_timerId >= 0) {
activateCallback();
}
}
void DiscreteSlider::setSelectOnPress(bool selectOnPress) {