Changes in src/sas/sasgui/plottools/PlotPanel.py [198fa76:1a8e2e8e] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/plottools/PlotPanel.py
r198fa76 r1a8e2e8e 452 452 """ 453 453 self.cusor_line(event) 454 if self.gotLegend == 1 and self.leftdown:454 if self.gotLegend == 1: 455 455 self._on_legend_motion(event) 456 456 return
Note: See TracChangeset
for help on using the changeset viewer.