wxWidgets / Phoenix

wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
http://wxpython.org/
2.29k stars 516 forks source link

Wrong orientation of characters in vertical labels in agw.aui.auibar. Solution included. #2147

Open jmoraleda opened 2 years ago

jmoraleda commented 2 years ago

The problem can be seen in the demo (see the vertical labels on the right) image

This is a regression due to the recent update to 3.1.6. The problem was present in the initial wxWidgets 3.1.6 release but has already been fixed upstream. See discussion at https://github.com/wxWidgets/wxWidgets/issues/22278

The solution is to update the version of wxWidgets that Phoenix links to one that includes the commit that fixes the issue.

swt2c commented 2 years ago

Thanks. I think there will be a 3.1.7 relatively soon.