Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Feb 16, 2024
1 parent 9187711 commit 2ce0659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vstgui/standalone/source/platform/win32/win32window.cpp
Expand Up @@ -683,8 +683,6 @@ LRESULT CALLBACK Window::proc (UINT message, WPARAM wParam, LPARAM lParam)
proposedSize->cx = clientRect.right - clientRect.left;
proposedSize->cy = clientRect.bottom - clientRect.top;
return TRUE;

return FALSE;
}
case WM_DPICHANGED:
{
Expand Down

0 comments on commit 2ce0659

Please sign in to comment.