Bug 493149 - PrintAction() not handling fit to screen
Summary: PrintAction() not handling fit to screen
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-06 10:43 EDT by Roxanne Peterson CLA
Modified: 2016-05-06 12:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roxanne Peterson CLA 2016-05-06 10:43:45 EDT
PrintAction() does not handle the fit to print size option on printer.  The result is multiple pages instead of arranging the printout onto one page.  Eclipse Version: 3.8.0
PrintAction printAction = new PrintAction(
                HandlerUtil.getActivePart( ExectuionEvent ) );
Comment 1 Alexander Nyßen CLA 2016-05-06 12:40:42 EDT
Where should it obtain the option value from? Neither PrintDialog nor PrinterData expose this option.