Richard
Richard
@risa2000 Thanks for the info. I don't know why it would be displaying a bogus value. But, I did figure out a sequence that likely explains what happened to me:...
Thanks! I haven't noticed anything else.
@ronys The code originally at line 323 sets m_BasicPasswordBitmap, without that it's left as a nullptr. That pointer is dereferenced as soon as you type something in the password field...
No. #1311 removes the lock on the file that is being "closed". This issue is that the file being opened, via the File|Open menu, is not getting locked at all....
I discovered this had already been reported in #545.
Based on limited testing, this may be a Wayland specific issue: GOOD: macOS M1Max Sonoma 14.5, Xcode 15.4, wx 3.2.4 GOOD: Fedora 40 ARM64 VMware, Xfce/X11, gcc 14.1.1, wx 3.2.4,...
Sure. Sometimes I'm a bit reluctant to change too much, especially if I'm not confident I can test it well enough. Since it's only being used to set LC_TIME and...
I see your point, but I don't think it's that simple. wxWidgets uses the native platform controls, in this case the macOS date picker control, which seems to always use...
@ronys, I agree with all of your points. Just to reiterate, the place where this PR is focused happens after the language is selected and set; it's just trying to...
Just a data point: I can reproduce this with the current Flatpak release, but not with my own native (not-flatpack) build.