Skip to content

Commit

Permalink
Update and fix WebView2 embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Apr 8, 2021
1 parent 4988726 commit c154822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -55,7 +55,7 @@ if (WIN32)
ARGS
install
"Microsoft.Web.WebView2"
-Version 1.0.705.50
-Version 1.0.774.44
-ExcludeVersion
-OutputDirectory ${CMAKE_BINARY_DIR}/packages
)
Expand Down
1 change: 1 addition & 0 deletions webview/platform/win/webview_windows_edge_chromium.cpp
Expand Up @@ -246,6 +246,7 @@ Instance::~Instance() {
}

bool Instance::finishEmbedding() {
_controller->put_IsVisible(TRUE);
return true;
}

Expand Down

0 comments on commit c154822

Please sign in to comment.