Ignore:
Timestamp:
Mar 4, 2015 12:37:57 PM (9 years ago)
Author:
ldelgass
Message:

Change uses of SendCmdNoWait? to SendCmd?. We don't currently have (or need) a
true out-of-band send.

File:
1 edited

Legend:

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

    r5006 r5068  
    14751475    if { $_currentColormap != ""  } {
    14761476        set cmap $_currentColormap
    1477         SendCmdNoWait "legend $cmap scalar $_curFldName {} $w $h 0"
     1477        SendCmd "legend $cmap scalar $_curFldName {} $w $h 0"
    14781478    }
    14791479}
Note: See TracChangeset for help on using the changeset viewer.