Changeset 6535 for trunk/gui


Ignore:
Timestamp:
Sep 13, 2016 10:19:58 AM (8 years ago)
Author:
ldelgass
Message:

In Map object, parse using a <current> tag is one is present (for use as input
widget).

File:
1 edited

Legend:

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

    r6523 r6535  
    180180        return
    181181    }
     182    # If there is a <current>, use it
     183    set current [$map element -as object "current"]
     184    if {$current != ""} {
     185        set map $current
     186    }
    182187
    183188    # Set global map properties
Note: See TracChangeset for help on using the changeset viewer.