Skip to content

Commit

Permalink
Reverted window flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuprynowicz committed May 1, 2022
1 parent 26abfca commit 63b250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/gpu-frame-player/src/PlayerWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

PlayerWindow::PlayerWindow() {
installEventFilter(this);
//setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
setFlags(Qt::Window);
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
//setFlags(Qt::Window);

#ifdef USE_GL
setSurfaceType(QSurface::OpenGLSurface);
Expand Down

0 comments on commit 63b250c

Please sign in to comment.