Ignore:
Timestamp:
Aug 21, 2013 11:02:22 AM (11 years ago)
Author:
ldelgass
Message:

Disable writing debug files

File:
1 edited

Legend:

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

    r3837 r3878  
    8787    private method BuildDownloadPopup { widget command }
    8888    private method BuildIsosurfaceTab {}
     89    private method Combo { option }
    8990    private method DrawLegend {}
    90     private method Combo { option }
    9191    private method EnterLegend { x y }
    9292    private method EventuallyResize { w h }
     
    15251525        }
    15261526    }
    1527     # If there's a title too, substract one more line
     1527    # If there's a title too, subtract one more line
    15281528    if { $title != "" } {
    15291529        incr h -$lineht
Note: See TracChangeset for help on using the changeset viewer.