Changeset 1216

Show
Ignore:
Timestamp:
07/04/09 00:58:43 (4 years ago)
Author:
tschaub
Message:

Accounting for the uncheck at start of drag issue (#112).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js

    r1215 r1216  
    413413                    } 
    414414                }, 
     415                // TODO: remove this when http://www.geoext.org/trac/geoext/ticket/112 is closed 
     416                startdrag: function(tree, node, evt) { 
     417                    node.getUI().checkbox.checked = node.attributes.checked; 
     418                },                 
    415419                scope: this 
    416420            },