Changeset 4694 for branches/1.3


Ignore:
Timestamp:
Nov 11, 2014, 12:22:32 PM (10 years ago)
Author:
ldelgass
Message:

merge r4687 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4687
  • branches/1.3/gui/scripts/vtkimageviewer.tcl

    r4676 r4694  
    926926        InitSettings view3D background
    927927
    928         # Let's see how this goes.  I think it's preferable to overloading the
    929         # axis title with the exponent.
    930         SendCmd "axis exp 0 0 0 1"
    931 
    932928        SendCmd "axis lrot z 90"
    933929        set q [list $_view(qw) $_view(qx) $_view(qy) $_view(qz)]
     
    10231019    if { $_reset } {
    10241020        SendCmd "axis tickpos outside"
    1025         foreach axis { x y z } {
    1026             SendCmd "axis lformat $axis %g"
    1027         }
     1021        #SendCmd "axis lformat all %g"
    10281022       
    10291023        foreach axis { x y z } {
     
    13251319        "axisMinorTicks" {
    13261320            set bool $_settings($what)
    1327             foreach axis { x y z } {
    1328                 SendCmd "axis minticks ${axis} $bool"
    1329             }
     1321            SendCmd "axis minticks all $bool"
    13301322        }
    13311323        "axisVisible" {
     
    18481840        -font "Arial 9"
    18491841
    1850 
    18511842    label $inner.mode_l -text "Mode" -font "Arial 9"
    18521843
Note: See TracChangeset for help on using the changeset viewer.