Commit c115301
authored
Fix Shell.print() on macOS to render child controls
The macOS implementation was just returning false without printing children,
similar to a previously fixed Windows issue. Now it properly iterates through
child controls and prints them with correct coordinate transformations using
NSAffineTransform and NSGraphicsContext state management.1 parent a972e2e commit c115301
File tree
1 file changed
+17
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets
1 file changed
+17
-1
lines changedLines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1404 | 1404 | | |
1405 | 1405 | | |
1406 | 1406 | | |
1407 | | - | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
1408 | 1424 | | |
1409 | 1425 | | |
1410 | 1426 | | |
| |||
0 commit comments