Skip to content

Commit 41e5510

Browse files
Comment Fixes
(this commit will be merged with the first commit after PR approval)
1 parent c779292 commit 41e5510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_TextLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ public void test_bug568740_multilineTextStyle() {
974974
layout.draw(gc, offset, offset);
975975
};
976976
image = new Image(display, gcDrawer, 200, 100);
977+
image.getImageData();
977978

978979
Rectangle firstLineBounds = layout.getLineBounds(0);
979980
Rectangle searchRangeBorder = new Rectangle(0, 0, image.getBounds().width, offset + (int)(firstLineBounds.height * 0.3));

0 commit comments

Comments
 (0)