3290788182
github-actions
released this
20 Oct 15:26
·
470 commits
to master
since this release
Paint directly on Linux (#274) Instead of using a bitmap for double-buffering, draw directly like on MacOS. This avoids the case that the bitmap has to be resized for HiDPI scaling. Instead, scaling is considered during the paint. This fixes #253 for Linux (wxGTK).