mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fixed sliders in footer in statistics info while restoring state.
This commit is contained in:
@@ -282,9 +282,10 @@ ChartWidget::Footer::Footer(not_null<Ui::RpWidget*> parent)
|
||||
Qt::RoundCap) {
|
||||
sizeValue(
|
||||
) | rpl::take(2) | rpl::start_with_next([=](const QSize &s) {
|
||||
moveSide(false, s.width());
|
||||
moveSide(true, 0);
|
||||
update();
|
||||
const auto current = xPercentageLimits();
|
||||
if (current.min == current.max) {
|
||||
setXPercentageLimits({ 0., 1. });
|
||||
}
|
||||
}, lifetime());
|
||||
|
||||
mouseStateChanged(
|
||||
|
Reference in New Issue
Block a user