Ignore:
Timestamp:
Jul 20, 2010, 2:32:49 PM (14 years ago)
Author:
gah
Message:

add -tkwait flag to molvisviewer addmethod

File:
1 edited

Legend:

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

    r1750 r1836  
    567567    $itk_component(eleLabel) configure -text "[$_topmost label $_pos]"
    568568    foreach dataobj [$_topmost value $_pos] {
    569         set settings "-color autoreset -width 2"
    570         if { [catch {$dataobj hints style} style] == 0} {
     569        set settings "-color autoreset -width 2 -tkwait yes"
     570        if {[catch {$dataobj hints style} style] == 0} {
    571571            eval lappend settings $style
    572572        }
Note: See TracChangeset for help on using the changeset viewer.