fixed clang format

This commit is contained in:
luc-git 2023-06-24 19:31:18 +02:00
parent 466073de1e
commit d7cf8fafb5

View file

@ -484,7 +484,8 @@ void GRenderWindow::mousePressEvent(QMouseEvent* event) {
window_frame->showFullScreen();
foreground_window->move(main_window->pos());
foreground_window->setFixedSize(main_window->size());
foreground_window->setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint);
foreground_window->setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint |
Qt::FramelessWindowHint);
foreground_window->show();
if (parentWidget() == nullptr) {
main_window->hide();