Changeset 91552b5 in sasview


Ignore:
Timestamp:
Apr 10, 2018 5:20:57 AM (6 years ago)
Author:
wojciech
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
3b070a0
Message:

Restoring save button for linux as it seems to be working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/report_dialog.py

    ra8e368b r91552b5  
    7979        hbox.Add(button_print) 
    8080 
    81         if sys.platform == "win32": 
     81        if sys.platform != "darwin": 
    8282            button_save = wx.Button(self, wx.NewId(), "Save") 
    8383            button_save.SetToolTipString("Save this report.") 
Note: See TracChangeset for help on using the changeset viewer.