Changeset 783 for branches/Release12


Ignore:
Timestamp:
12/07/05 15:00:36 (18 years ago)
Author:
mar637
Message:

Bug Fix: Possible bug fix for set_mode("s","i").

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/python/asapplotter.py

    r782 r783  
    411411                    eval(cdict.get(colmode))
    412412                    i = savei
    413                 if self._panelling == "p":
    414                     eval(cdict.get(self._panelling))
     413                #if self._panelling == "p":
     414                eval(cdict.get(self._panelling))
    415415                x = None
    416416                y = None
Note: See TracChangeset for help on using the changeset viewer.