Commit 62ffa6f
committed
wx: Use an integral font size.
This is a very-small partial revert of matplotlib#15292, which claimed that wx
supports floats, but this no longer appears to be the case with Python
3.10, and looking at the C++ class constructor [1], should not have ever
been supported.
[1] https://docs.wxwidgets.org/3.0/classwx_font.html1 parent dbe3622 commit 62ffa6f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
303 | | - | |
| 304 | + | |
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| |||
0 commit comments