Skip to content

Commit

Permalink
Windows' open window positioning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 13, 2024
1 parent 58539c3 commit 660affe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mrv2/lib/mrvGL/mrvTimelineViewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1336,9 +1336,6 @@ namespace mrv
maxW -= dW;
maxH -= dH;
posX += dW / 2;
#ifdef _WIN32
minY += dH - dW / 2;
#endif

// Take into account the different UI bars
if (p.ui->uiMenuGroup->visible())
Expand Down

0 comments on commit 660affe

Please sign in to comment.