Changeset 557


Ignore:
Timestamp:
03/10/05 16:15:32 (19 years ago)
Author:
mar637
Message:

bug fix in mode == 'p' indexing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r556 r557  
    329329                        i = sel[0]
    330330                        if k == "p":
    331                             which = self._cursor["p"].index(j)
     331                            which = self._cursor["p"].index(i)
    332332                            polmode = self._polmode[which]
    333333                            i = which                       
Note: See TracChangeset for help on using the changeset viewer.