Can now single-select by dragging the rubber-band box around. Still no multiselect

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@236 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-30 14:29:28 +00:00
parent 1207de3e61
commit 097649b330
2 changed files with 34 additions and 12 deletions

View File

@@ -27,7 +27,9 @@ function svg_edit_setup() {
// always set the mode of the editor to select because
// upon creation of a text element the editor is switched into
// select mode and this event fires - we need our UI to be in sync
setSelectMode();
if (svgCanvas.getMode() != "multiselect") {
setSelectMode();
}
updateToolbar();
} // if (elem != null)