Skip to content

3290788182

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 15:26
· 470 commits to master since this release
12580ce
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).