You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My OS is Windows10, and have a display scale set to 125%.
When I ran the code below, the initial webview window fit the main windows, then I resized the main window, the webview resized follow the main window, but cannot full fill it, looks like 4/5 of the main windows, yes, it's (1/(125%)).
After I set display scale to 100%, it resizes as I expect.
Basically it's better to keep the size of the webview window fixed since resizing/rescaling causes issues. To keep it fixed, it can be placed inside a group widget as in the previous issue. I've tried several solutions in the past to cope with this issue, and I don't think it's really because of a problem in FLTK or webview itself, rather an issue with the embedding itself when it comes to the different operating systems.
My OS is Windows10, and have a display scale set to 125%.
When I ran the code below, the initial webview window fit the main windows, then I resized the main window, the webview resized follow the main window, but cannot full fill it, looks like 4/5 of the main windows, yes, it's (1/(125%)).
After I set display scale to 100%, it resizes as I expect.
The text was updated successfully, but these errors were encountered: