Ignore:
Timestamp:
Mar 3, 2013, 11:07:57 PM (12 years ago)
Author:
ldelgass
Message:

Remove camera reset in resize (again). The server has been fixed, so the
"shrinking" problem should be gone. Also, the camera reset is removing any
pan or zoom on any resize or drawer open/close, which shouldn't happen (except
perhaps in stretch mode). Also, update server with new near-zero-divide
tolerance for heightmap data scaling to match client.

File:
1 edited

Legend:

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

    r3434 r3435  
    406406    SendCmd "screen size [expr $_width - 20] $_height"
    407407
    408     # FIXME: This "camera reset" stops the plot from shrinking each time the
    409     #        window is resized. 
    410     SendCmd "camera reset"
    411 
    412408    set font "Arial 8"
    413409    set lh [font metrics $font -linespace]
Note: See TracChangeset for help on using the changeset viewer.