]
Eric Williams reassigned ERT-731:
---------------------------------
Sprint: devex #167 June 2019
Assignee: Eric Williams
[GTK] Shell.print(GC) not implemented [EBZ#547557]
--------------------------------------------------
Key: ERT-731
URL:
https://issues.jboss.org/browse/ERT-731
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Assignee: Eric Williams
Priority: Major
Labels: 4.13, SWT, bzira
Created attachment 278707
Snippet
Shell.print(GC) is overridden to do nothing and returns false.
https://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/bundle...
Just removing the override seems to work, however take note that it only prints the
client area, it doesn't print the Shell trimmings. It should be printed to a GC
drawing to an Image with bounds equal to Shell.getClientArea(), not Shell.getBounds().