Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Mar 21, 2024
1 parent 24b717a commit cf55a07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugin/WebViewWin32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ 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);
ShowWindow(handle, SW_SHOW);
SWP_NOZORDER | SWP_NOACTIVATE | SWP_FRAMECHANGED | SWP_SHOWWINDOW);

return webview.release();
}
Expand Down

0 comments on commit cf55a07

Please sign in to comment.