Changes in src/sas/qtgui/Plotting/Plotter.py [3b95b3b:c30822c] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r3b95b3b rc30822c 600 600 except: 601 601 self.position = None 602 603 x_str = GuiUtils.formatNumber(self.x_click) 604 y_str = GuiUtils.formatNumber(self.y_click) 605 coord_str = "x: {}, y: {}".format(x_str, y_str) 606 self.manager.communicator.statusBarUpdateSignal.emit(coord_str) 602 607 603 608 def onMplMouseUp(self, event):
Note: See TracChangeset
for help on using the changeset viewer.