Changeset 3552 for trunk/gui/scripts


Ignore:
Timestamp:
Mar 22, 2013, 12:47:43 PM (12 years ago)
Author:
ldelgass
Message:

Remove imgflush from streamlines viewer: was there to work around bug fixed in
rev. 3549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r3550 r3552  
    10851085            cutplaneXVisible cutplaneYVisible cutplaneZVisible
    10861086
    1087         # FIXME: Don't know exactly why this "imgflush" is needed.
    1088         #        But this makes the "camera reset" below to work correctly.
    1089         #        I left this in because the axis labels are scaled too big.
    1090         SendCmd "imgflush"
    1091 
    10921087        # Reset the camera and other view parameters
    10931088        set q [list $_view(qw) $_view(qx) $_view(qy) $_view(qz)]
Note: See TracChangeset for help on using the changeset viewer.