Opened 9 years ago
Closed 9 years ago
#559 closed defect (fixed)
copy to clipboard in graph menu does not work
Reported by: | butler | Owned by: | butler |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
right clicking on a graph brings up a pop up menu with a number of options. The top 3 relate to printing, saving, and copying to clipboard. Choosing the last generates no indication of an error but does not in fact copy anything to the system clipboard.
Change History (2)
comment:1 Changed 9 years ago by butler
- Owner set to butler
- Status changed from new to accepted
comment:2 Changed 9 years ago by butler
- Resolution set to fixed
- Status changed from accepted to closed
Is working in versin 4.0alpha2 for windows downloaded from GitHub. Is such an obvious and simple fix that I am now going to close the ticket.
Note: See
TracTickets for help on using
tickets.
This error was apparently introduced in July 2015 as we were trying to fix the wx 3.0 and new matplotlib issues with saving, printing etc of plots. The copy to clipboard call was implemented within a try except but forgot to pass the canvas to plot argument required by the copy to clipboard function hence failing silently with the error statement sent to stdout I guess (was not in SasView console output but was in eclipse console).
should be tested once we have distribution builds before closing