mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 10:40:10 +00:00
fixed clang format
This commit is contained in:
parent
466073de1e
commit
d7cf8fafb5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user