Ignore:
Timestamp:
May 4, 2016 2:33:14 AM (8 years ago)
Author:
ldelgass
Message:

merge fixes from trunk

Location:
branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7

  • branches/1.7/gui/scripts/vtksurfaceviewer.tcl

    r6238 r6306  
    474474    }
    475475    array set params $settings
    476     set params(-description) ""
    477     set params(-param) ""
    478     array set params $settings
    479476
    480477    if {$params(-color) == "auto" || $params(-color) == "autoreset"} {
     
    574571            return $dlist
    575572        }
    576         -image {
     573        "-image" {
    577574            if {[llength $args] != 2} {
    578575                error "wrong # args: should be \"get -image view\""
     
    588585        }
    589586        default {
    590             error "bad option \"$op\": should be -objects or -image"
     587            error "bad option \"$op\": should be -objects, -visible or -image"
    591588        }
    592589    }
Note: See TracChangeset for help on using the changeset viewer.