2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

boxes redesign finished

This commit is contained in:
John Preston
2015-10-12 23:02:10 +02:00
parent 542d9435d8
commit fe9a1bc947
27 changed files with 445 additions and 389 deletions

View File

@@ -2204,8 +2204,10 @@ void MainWidget::setInnerFocus() {
} else {
dialogsActivate();
}
} else if (overview) {
overview->activate();
} else if (profile) {
profile->setFocus();
profile->activate();
} else {
history.setInnerFocus();
}