2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Fix third column appearing on window resize.

This commit is contained in:
John Preston
2017-12-06 11:05:18 +04:00
parent 76a716007c
commit 3845985a6b
2 changed files with 11 additions and 2 deletions

View File

@@ -395,7 +395,7 @@ void Controller::showSection(
const SectionShow &params) {
if (App::wnd()->showSectionInExistingLayer(
&memento,
params)) {
params) && !params.thirdColumn) {
return;
}
App::main()->showSection(std::move(memento), params);