In several places, e.g. dPemMixin.py", line 3475, wherever screen coordinates are passed from Dabo to wx, they are passed as just generic numbers, which the wx tolerated before. Now it's a runtime error, namely

    dc.DrawText(txt, x, y)
TypeError: DC.DrawText(): arguments did not match any overloaded call:
  overload 1: argument 2 has unexpected type 'float'
  overload 2: argument 2 has unexpected type 'float'

Is there anything we can do about this?


_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/68ce8092-1e7a-d92d-17bd-10c2df14b...@ndragan.com

Reply via email to