Changeset 2944 for trunk/python
- Timestamp:
- 05/15/14 16:57:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r2927 r2944 1716 1716 selstr += '\n' 1717 1717 self._headtext['selstr'] = selstr 1718 ssel=(selstr+self._data.get_selection().__str__()+self._selection.__str__() or 'none') 1718 #ssel=(selstr+self._data.get_selection().__str__()+self._selection.__str__() or 'none') 1719 ssel=(selstr+self._data.get_selection().__str__()+"\n"+self._selection.__str__() or 'none') 1719 1720 headstr.append('\n\n***Selections***\n'+ssel.replace('$','\$')) 1720 1721
Note:
See TracChangeset
for help on using the changeset viewer.