Skip to content

Commit

Permalink
Update specs/CoreWebView2ControllerOptions.DefaultBackgroundColor.md
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Chen <[email protected]>
  • Loading branch information
citlalli-z and oldnewthing authored Dec 12, 2024
1 parent c9b0f68 commit 9e780e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ applies the color too late.
options4->put_DefaultBackgroundColor(wvColor);
}

m_environment->CreateCoreWebView2Controller(
m_environment->CreateCoreWebView2ControllerWithOptions(
m_mainWindow,
SUCCEEDED(result) ? options4.Get() : options.Get(),
Callback<ICoreWebView2CreateCoreWebView2ControllerCompletedHandler>(
Expand Down

0 comments on commit 9e780e0

Please sign in to comment.