Babber
Babber
Thank you for the detailed report, @amsnek. I was also considering upgrading to v1.0.0, but then I'll rather wait a bit with this. I am running v0.105 and I have...
@amsnek, your insights are very useful to me, many thanks again! At the moment, I am still hesitating to upgrade, and just like you, I am also often asking myself...
I'd like to add that using Weston or similar compositors for Wayland is not an option for those who e.g. use proprietary Nvidia drivers. As far as I can see,...
Same here with Android 12 on Fairphone 4. System language is English, and almost everything gets underlined in German, Spanish and Hungarian.
I understand the problem better now that I have also installed [OpenBoard](https://github.com/openboard-team/openboard). Initially, I had the exact same problem with it, but then I could solve it with the 'Spell...
I have tried to set the scaling with `my_w.tk.call('tk', 'scaling', 2)` in the above example, but it did not help. In my view, `minsize` (or its first element) should be...
Or maybe the scaling should rather be done by something like `my_w.tk.call('tk', 'scaling', tkFont.Font(root=my_w, name='TkDefaultFont', size=10, exists=True).measure('0')/8)` where `import tkinter.font as tkFont`.
Not surprisingly, the `time.strptime()` method breaks just as well.
@ismaelink Your workaround does the trick indeed. Thanks! 😄