Changeset 1648
- Timestamp:
- Jan 28, 2010, 4:35:57 PM (15 years ago)
- Location:
- branches/blt4/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/gui/scripts/moleculeViewer.tcl
r1646 r1648 318 318 switch $option { 319 319 coming { 320 if {[catch {$_download snap $itk_component(area) ]} {320 if {[catch {$_download snap $itk_component(area)}]} { 321 321 $_download blank #000000 322 322 } -
branches/blt4/gui/scripts/xyprint.tcl
r1646 r1648 211 211 212 212 $_clone postscript configure \ 213 -maxpect false \214 213 -decoration yes \ 215 214 -center yes \ … … 1094 1093 $_clone axis configure $axis -tickfont fixed -titlefont fixed 1095 1094 $_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 }1100 1095 GetAxis 1101 1096 RegeneratePreview
Note: See TracChangeset
for help on using the changeset viewer.