mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +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