Maarten

Results 76 comments of Maarten

macOS Sonoma Version 14.3, Xcode 15.2. I don't know why you created a topic on the mailing list about running the binary directly, it seems to run fine. Just think...

> The problem here is that according to the failing message the failure occur in the function declaration line and not on the actual file reading. So I don't know...

I don't know what you mean with 'replace it'. I fully expect the test to fail, because `./test_gui` doesn't have resources. Yours is the weird one and you have to...

I don't know how you managed it, but you made it even worse 😒 I couldn't stand it any longer so created #24374

fyi, `actions/checkout@v3` is also used in `docs_update.yml` and `make_release.yml` (2x).

To me it doesn't look like a system DPI scaling problem, but more like a 72ppi vs 96ppi problem, with text 33% too big. Because I also see the difference...

Yeah, that's not what it is supposed to look like. Only the print preview, or also the main screen? The weird thing is that both wxDC and wxGraphicsContext use a...

Looking at the history of that `m_fontScalingFactor`, this might be by design. It is supposed to ensure that generic widgets have their text scaled appropriately to be consistent with native...

DPI different than the primary monitor. I can reproduce it. Can you test with this line disabled? https://github.com/wxWidgets/wxWidgets/blob/3dde6bdeb0cec5af8b81a231b9deb851d975a2c2/src/msw/textctrl.cpp#L706 It seems the zoom correction is only needed after the first DPI...

What if you add `find_package(OpenGL)` to your CMake file? I think this has been fixed in the wx-master branch https://github.com/wxWidgets/wxWidgets/blob/f53e852ec273277c570c629447c9091a0c756abb/build/cmake/wxWidgetsConfig.cmake.in#L145 but 3.2 does not have this.