Skip to content

Commit

Permalink
Revert "cleanup"
Browse files Browse the repository at this point in the history
This reverts commit cf55a07.
  • Loading branch information
falkTX committed Mar 21, 2024
1 parent 89dc184 commit a979c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin/WebViewWin32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ void* addWebView(const uintptr_t parentWinId, const double scaleFactor, const ui
0, kVerticalOffset * scaleFactor,
DISTRHO_UI_DEFAULT_WIDTH * scaleFactor,
(DISTRHO_UI_DEFAULT_HEIGHT - kVerticalOffset) * scaleFactor,
SWP_NOZORDER | SWP_NOACTIVATE | SWP_FRAMECHANGED | SWP_SHOWWINDOW);
SWP_NOZORDER | SWP_NOACTIVATE | SWP_FRAMECHANGED);
ShowWindow(handle, SW_SHOW);

return webview.release();
}
Expand Down

0 comments on commit a979c09

Please sign in to comment.