Changeset 2516


Ignore:
Timestamp:
05/15/12 15:16:02 (12 years ago)
Author:
Malte Marquarding
Message:

Another occurence of teh atexit gcf failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotgui.py

    r2469 r2516  
    3838        # Simply instantiating this is enough to get a working toolbar.
    3939        self.figmgr = FigureManagerTkAgg(self.canvas, 0, self.window)
     40        self.figmgr._cidgcf = None
    4041        # Register this plot to matplotlib without activating it
    4142        #_pylab_helpers.Gcf.set_active(self.figmgr)
Note: See TracChangeset for help on using the changeset viewer.