Changeset 1648


Ignore:
Timestamp:
Jan 28, 2010, 4:35:57 PM (15 years ago)
Author:
gah
Message:
 
Location:
branches/blt4/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/moleculeViewer.tcl

    r1646 r1648  
    318318    switch $option {
    319319        coming {
    320             if {[catch {$_download snap $itk_component(area)]} {
     320            if {[catch {$_download snap $itk_component(area)}]} {
    321321                $_download blank #000000
    322322            }
  • branches/blt4/gui/scripts/xyprint.tcl

    r1646 r1648  
    211211
    212212    $_clone postscript configure \
    213         -maxpect false \
    214213        -decoration yes \
    215214        -center yes \
     
    10941093    $_clone axis configure $axis -tickfont fixed -titlefont fixed
    10951094    $_clone axis configure $axis -tickfont $axis-ticks -titlefont $axis-title
    1096     if 1 {
    1097     puts stderr "$_clone axis configure $axis -tickfont $axis-ticks -titlefont $axis-title"
    1098     puts stderr "fontconf=[font configure $axis-ticks]"
    1099     }
    11001095    GetAxis
    11011096    RegeneratePreview
Note: See TracChangeset for help on using the changeset viewer.