Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CefSettings.background_color and CefBrowserSettings.background_color both not work on ver 129 130 131 #3841

Open
matakk opened this issue Nov 26, 2024 · 0 comments
Labels
bug Bug report

Comments

@matakk
Copy link

matakk commented Nov 26, 2024

I have build and test x64 versione of 129,130,131,
I use a sample webpage , ver111 is work fine.

my code is like this:
CefSettings cSettings;
CefSettingsTraits::init( &cSettings);
cSettings.multi_threaded_message_loop = true;
cSettings.no_sandbox = 1;
cSettings.background_color = CefColorSetARGB(0xff, GetRValue(crBackGround), GetGValue(crBackGround), GetBValue(crBackGround));

CefBrowserSettings browserSettings;
browserSettings.webgl = STATE_ENABLED;
browserSettings.background_color = CefColorSetARGB(0xff, 255, 0, 0);

the webpage background color is always white.
how to change the backgournd clolr
thanks!!!

@matakk matakk added the bug Bug report label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant