diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
18 stars 27 forks source link

remove Print tool from plot toolbar #20

Closed pavoljuhas closed 7 years ago

pavoljuhas commented 7 years ago

The print-icon on plot window toolbar shows exception in the terminal:

AttributeError: 'FigureCanvasWxAgg' object has no attribute 'Printer_Print'

This is because matplotlib 1.3 dropped print support for wx backend matplotlib/matplotlib@84ffb605d4dd06de0dc7eebb2605a35596c9e092.

Let's remove that dysfunctional icon as well.

chiahaoliu commented 7 years ago

I can take this

pavoljuhas commented 7 years ago

Thank you, please hold on a bit with making a new branch until I merge #15.

pavoljuhas commented 7 years ago

@chiahaoliu - all yours. I have fixed the icon path issue for the development mode so it should not be necessary to create the icons symbolic link anymore.