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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user