Changeset 4943 for branches/1.4/gui


Ignore:
Timestamp:
Jan 18, 2015, 1:14:39 PM (10 years ago)
Author:
ldelgass
Message:

merge r4928 from 1.3 branch (remove updates)

Location:
branches/1.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/vtkisosurfaceviewer.tcl

    r4768 r4943  
    466466    EnableWaitDialog 500
    467467    Connect
    468     # FIXME: Removing this update breaks wizard mode (see examples/3D)
    469     # However, it also allows an error in the initialization order
    470     # where FieldResult::add is called from ResultViewer before this
    471     # constructor is completed.
    472     #update
    473468}
    474469
  • branches/1.4/gui/scripts/vtkstreamlinesviewer.tcl

    r4772 r4943  
    949949# ----------------------------------------------------------------------
    950950itcl::body Rappture::VtkStreamlinesViewer::Rebuild {} {
    951     update
    952951    set w [winfo width $itk_component(view)]
    953952    set h [winfo height $itk_component(view)]
Note: See TracChangeset for help on using the changeset viewer.