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

refactored layer methods

This commit is contained in:
John Preston
2015-12-07 21:09:05 +03:00
parent e312adb786
commit 6222876ac4
30 changed files with 248 additions and 249 deletions

View File

@@ -486,7 +486,7 @@ void MediaView::showSaveMsgFile() {
void MediaView::close() {
if (_menu) _menu->hideMenu(true);
if (App::wnd()) {
App::wnd()->hideLayer(true);
Ui::hideLayer(true);
}
}