You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GTK] Restore changes in text-antialias behavior of images
On some platforms, creating a surface via cairo_image_surface_create(),
rather than gdk_window_create_similar_surface(), causes the
text-antialias property to be improperly initialized.
Even though getTextAntialias() returns SWT.DEFAULT, any text is painted
in an undefined way.
This change restores the original way images are created as part of
5c2611d.
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java
+39
Original file line number
Diff line number
Diff line change
@@ -1257,4 +1257,43 @@ public void test_updateWidthHeightAfterDPIChange() {
0 commit comments