mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Fix folders visibility above passcode lock.
This commit is contained in:
@@ -702,6 +702,7 @@ bool MainWindow::takeThirdSectionFromLayer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::fixOrder() {
|
void MainWindow::fixOrder() {
|
||||||
|
if (_passcodeLock) _passcodeLock->raise();
|
||||||
if (_layer) _layer->raise();
|
if (_layer) _layer->raise();
|
||||||
if (_mediaPreview) _mediaPreview->raise();
|
if (_mediaPreview) _mediaPreview->raise();
|
||||||
if (_testingThemeWarning) _testingThemeWarning->raise();
|
if (_testingThemeWarning) _testingThemeWarning->raise();
|
||||||
|
@@ -106,6 +106,7 @@ void Controller::showRightColumn(object_ptr<TWidget> widget) {
|
|||||||
void Controller::sideBarChanged() {
|
void Controller::sideBarChanged() {
|
||||||
_widget.setMinimumWidth(_widget.computeMinWidth());
|
_widget.setMinimumWidth(_widget.computeMinWidth());
|
||||||
_widget.updateControlsGeometry();
|
_widget.updateControlsGeometry();
|
||||||
|
_widget.fixOrder();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Controller::activate() {
|
void Controller::activate() {
|
||||||
|
Reference in New Issue
Block a user