Changeset fed94a2 in sasview for src/sas/qtgui/ScaleProperties.py


Ignore:
Timestamp:
Jan 9, 2017 3:28:03 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
a66ff280
Parents:
570a58f9
Message:

Improved label formatting in charts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/ScaleProperties.py

    r3b7b218 rfed94a2  
    4545        Return current values from comboboxes 
    4646        """ 
    47         return self.cbX.currentText(), self.cbY.currentText() 
     47        return str(self.cbX.currentText()), str(self.cbY.currentText()) 
    4848 
    4949    def viewIndexChanged(self, index): 
Note: See TracChangeset for help on using the changeset viewer.