Fixed 3D premium covers drawing over shown boxes.

This commit is contained in:
23rd
2026-06-06 16:23:15 +03:00
parent 056ca1c727
commit 4d32a1658c
14 changed files with 179 additions and 39 deletions
@@ -467,6 +467,10 @@ bool Controller::isLayerShown() const {
return _widget.ui_isLayerShown();
}
rpl::producer<bool> Controller::boxShownValue() const {
return _widget.ui_boxShownValue();
}
void Controller::sideBarChanged() {
_widget.recountGeometryConstraints();
}