2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix and improve back navigation with three columns.

This commit is contained in:
John Preston
2017-11-29 00:01:00 +04:00
parent 196ff7f4c1
commit 41b143cb7e
4 changed files with 60 additions and 13 deletions

View File

@@ -336,6 +336,7 @@ void WrapWidget::createTopBar() {
_topBar->lower();
_topBar->resizeToWidth(width());
_topBar->finishAnimating();
_topBar->show();
}