Ignore:
Timestamp:
Jun 5, 2015, 10:16:12 AM (9 years ago)
Author:
ldelgass
Message:

Merge r5657:5659 from trunk (whitespace/style)

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/scripts/integerentry.tcl

    r3647 r5661  
    1 # -*- mode: tcl; indent-tabs-mode: nil -*- 
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    22# ----------------------------------------------------------------------
    33#  COMPONENT: IntegerEntry - widget for entering integer values
     
    9494    #
    9595    set str [string trim [$_owner xml get $path.default]]
    96     if {"" != $str != ""} { 
    97         $itk_component(spinner) value $str 
     96    if {"" != $str != ""} {
     97        $itk_component(spinner) value $str
    9898    }
    9999}
Note: See TracChangeset for help on using the changeset viewer.