Skip to content

Commit

Permalink
Reverted window flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuprynowicz committed Jul 6, 2023
1 parent 7c8cd6f commit b08ed15
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 @@ -20,8 +20,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 b08ed15

Please sign in to comment.