Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information