Changeset 2148


Ignore:
Timestamp:
04/19/11 19:50:49 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap plotter, sdplot

Description: Proper refreshing for qt4agg backend.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotgui_qt4.py

    r2146 r2148  
    7777                asaplotbase.show(self)
    7878            self.window.activateWindow()
    79             self.canvas.show()
     79            self.canvas.draw()
     80            #self.canvas.show()
    8081            self.window.show()
    8182
Note: See TracChangeset for help on using the changeset viewer.