Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GTK] Disabled toolbar icons and button images are double size on hi-…
…res screen This issue was caused by logic running Cairo scaling multiple times when it was not necessary. There are two locations that were problematic, one, Image.java was applying a second scale when copying an image. Two, ImageList.java was interpreting width/height returned from a Cairo function incorrectly. + Guarded cairo_surface_set_device_scale call if copy and original have the same device zoom in Image.java + Corrected width and height variables to interpret size correctly in ImageList.java Signed-off-by: Joel Majano <[email protected]>
- Loading branch information