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

Activate mediaview instead of main window.

If the mediaview is currently shown and we receive an activation
event for the main window we should activate and focus mediaview.
This commit is contained in:
John Preston
2017-05-19 17:02:55 +03:00
parent 5915f3f928
commit 1e6d4d6b41
11 changed files with 51 additions and 53 deletions

View File

@@ -567,9 +567,6 @@ void MainWindow::psFirstShow() {
void MainWindow::psInitSysMenu() {
}
void MainWindow::psUpdateSysMenu(Qt::WindowState state) {
}
void MainWindow::psUpdateMargins() {
}

View File

@@ -32,7 +32,6 @@ public:
void psFirstShow();
void psInitSysMenu();
void psUpdateSysMenu(Qt::WindowState state);
void psUpdateMargins();
void psRefreshTaskbarIcon() {