mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: pass ignore wheel to sliders
This commit is contained in:
@@ -203,7 +203,8 @@ void AyuSectionBuilder::addSlider(SliderArgs &&args) {
|
||||
st::autoDownloadLimitSlider,
|
||||
st::settingsScaleLabel,
|
||||
0,
|
||||
args.showTitle ? st::settingsScaleLabel.style.font->width("8%%%") : 0);
|
||||
args.showTitle ? st::settingsScaleLabel.style.font->width("8%%%") : 0,
|
||||
true);
|
||||
container->add(
|
||||
std::move(sliderWithLabel.widget),
|
||||
st::recentStickersLimitPadding);
|
||||
|
||||
Reference in New Issue
Block a user