Skip to content

Commit fc3a965

Browse files
authored
Merge pull request #665 from hdijkema/main
I think this will solve issue #664
2 parents 3493285 + d6da8f7 commit fc3a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11555,7 +11555,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) {
1155511555
// Set URL and dimensions in C++ handle
1155611556
_webui_win32_wv2_set_url(webView->cpp_handle, wURL);
1155711557
_webui_win32_wv2_set_dimensions(webView->cpp_handle, x, y, width, height);
11558-
_webui_win32_wv2_set_navigate_flag(webView->cpp_handle, true);
11558+
//_webui_win32_wv2_set_navigate_flag(webView->cpp_handle, true); // This will solve issue #664
1155911559

1156011560
win->webView = webView;
1156111561

0 commit comments

Comments
 (0)