Ticket Change Details
Not logged in
Overview

Artifact ID: f8764a7d5db095fd72cd355e5a61c0d2665b8e14
Ticket: 040cbad431f9524d0f1bb17ec97732922daa01b5
BLT zoomInfo stack not accessible, under undroidwish/vanillawish
User & Date: chw 2020-02-11 22:17:12
Changes

  1. icomment:
    Without having tested it myself would you like to try this snippet instead?
    
    proc AddZoomStack {g} {
      set cmd {}
      foreach margin { xaxis yaxis x2axis y2axis } {
        foreach axis [$g $margin use] {
          set min [$g axis cget $axis -min]
          set max [$g axis cget $axis -max]
          set c [list $g axis configure $axis -min $min -max $max]
          append cmd "$c\n"
        }
      }
      set ::blt::zoomInfo($g,stack) [linsert $::blt::zoomInfo($g,stack) 0 $cmd]
    }
    
  2. login: "chw"
  3. mimetype: "text/plain"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"
  6. status changed to: "Review"