We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chromium changed the values from double to int and CEF updated accordingly in https://bitbucket.org/chromiumembedded/cef/pull-requests/290
Chromium
double
int
CEF
The current double values are being implicitly cast to int.
Marking this as breaking change as the API is changing.
API
The text was updated successfully, but these errors were encountered:
55c3ae2
Core - PdfPrintSettings change Margins from double to int
ac8d922
Resolves #3196
amaitland
No branches or pull requests
Chromium
changed the values fromdouble
toint
andCEF
updated accordingly in https://bitbucket.org/chromiumembedded/cef/pull-requests/290The current double values are being implicitly cast to int.
Marking this as breaking change as the
API
is changing.The text was updated successfully, but these errors were encountered: