mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Used DC.DrawXXX functions expect integer coordinates, but this module freely mixes both float and integer values. A quick fix is to add explicit type casting in all DC.DrawXXX calls. In the long run, either calling modules should control numeric types or DC.DrawXXX methods should handle float type as well.
38 KiB
38 KiB