Changeset 6561 for branches/1.7


Ignore:
Timestamp:
Oct 24, 2016, 8:38:13 AM (8 years ago)
Author:
ldelgass
Message:

Merge r6560 from trunk (loader fix)

Location:
branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7

    • Property svn:mergeinfo changed
      /trunkmerged: 6560
  • branches/1.7/gui/scripts/main.tcl

    r6310 r6561  
    335335$f.analyze buildMenu $m $url $app
    336336
    337 
    338337# ----------------------------------------------------------------------
    339338# Finalize the arrangement
     
    405404
    406405# let components (loaders) settle after the newly loaded runs
    407 update
     406#
     407# This update was put in to allow the loader to wait for all the
     408# widgets to get created before updating them with whatever is the
     409# default for the loader.
     410#
     411# This update is a source of problems for tools that are 1) loading
     412# previously saved/shared simulation results and 2) talk to a visualization
     413# server.
     414#
     415# So we're commenting out the "update".  It may need to go back
     416# if this breaks loaders with a default setting.
     417#update
    408418
    409419foreach path [array names ::Rappture::parameters] {
Note: See TracChangeset for help on using the changeset viewer.