Ignore:
Timestamp:
Apr 9, 2009 7:12:52 AM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1376 r1388  
    785785    debug "rebuild: rotate $view_(mx) $view_(my) $view_(mz)"
    786786
    787     $this projection update
    788     $this atomscale update
    789     $this bondthickness update
    790     $this emblems update
     787    projection update
     788    atomscale update
     789    bondthickness update
     790    emblems update
     791    representation update
    791792
    792793    set _inrebuild 0
     
    11551156        return
    11561157    }
     1158    if { $option == "update" } {
     1159        set option $_settings($this-model)
     1160    }
    11571161    set _settings($this-modelimg) [Rappture::icon $option]
    11581162    set inner [$itk_component(main) panel "View Settings"]
     
    12791283#        atomscale update
    12801284#
    1281 # Used internally to change the molecular representation used to render
     1285# Used internally to change the molecular atom scale used to render
    12821286# our scene.
    12831287# ----------------------------------------------------------------------
     
    13041308#        bondthickness update
    13051309#
    1306 # Used internally to change the molecular representation used to render
     1310# Used internally to change the molecular bond thickness used to render
    13071311# our scene.
    13081312# ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.