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
Found it -- turns out wxPython used to simply truncate floats to int when you used them in a drawing call -- now it doesn't do that, and instead does mysterious things -- at least when using numpy arrays, which FloatCanvas makes heavy use of.
Operating system: Windows 10 ENTREPRISE
wxPython version & source: 4.2.0
Python version & source: 3.10.6
Description of the problem:
Canvas.AddArrow from FloatCanvas does not work with WxPython demo using wxPython 4.2.0. No Arrow is actually drawn.
Same demo code works with wxPython 4.1.1.
The text was updated successfully, but these errors were encountered: