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

Merge r5657:5659 from trunk (whitespace/style)

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/editor.tcl

    r3330 r5660  
    1 # -*- mode: tcl; indent-tabs-mode: nil -*- 
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    22# ----------------------------------------------------------------------
    33#  COMPONENT: editor - pop-up editor for little bits of text
     
    5959    protected variable _loc   ;# array of editor location parameters
    6060}
    61                                                                                
     61
    6262itk::usual Editor {
    6363    keep -cursor -font
     
    286286    if {$h+$_loc(y) >= [winfo screenheight $e]} {
    287287        set h [expr {[winfo screenheight $e]-$_loc(y)}]
    288     }                                       
     288    }
    289289    # Temporary fix to prevent Opps. Don't deal with negative dimensions.
    290290    if { $w <= 0 || $h <= 0 } {
Note: See TracChangeset for help on using the changeset viewer.