Ignore:
Timestamp:
Aug 25, 2011 7:57:16 PM (13 years ago)
Author:
ldelgass
Message:

Opacity slider uses 0-100 scale, so set initial _setting opacity to 100 instead
of 1 so that slider is initialized to fully opaque.

File:
1 edited

Legend:

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

    r2405 r2414  
    192192        $this-psi               $_view(psi)
    193193        $this-theta             $_view(theta)
    194         $this-opacity           1
     194        $this-opacity           100
    195195        $this-axes              1
    196196        $this-legend            1
Note: See TracChangeset for help on using the changeset viewer.