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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user