Fixes #309 alt tabbing doesn't hide resize handles

This commit is contained in:
fourtf
2018-05-25 16:11:03 +02:00
parent f654528e28
commit afb5a1e5bf
9 changed files with 39 additions and 9 deletions
+4
View File
@@ -164,6 +164,10 @@ bool Window::event(QEvent *event)
split->updateLastReadMessage();
}
}
if (SplitContainer *container = dynamic_cast<SplitContainer *>(page)) {
container->hideResizeHandles();
}
} break;
default:;