Various bug fixes

- Added missing files from previous commit
- Fixed move cursor that would remain after using a Selection tool
- Switched to mousedown for Tool Selection to avoid missed clicks
This commit is contained in:
jdescottes
2014-02-11 22:04:44 +01:00
parent 85084b8279
commit bd0adda73f
6 changed files with 94 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
var ns = $.namespace("pskl.drawingtools");
ns.BaseSelect = function() {
this.secondaryToolId = "tool-move";
this.secondaryToolId = pskl.drawingtools.Move.TOOL_ID;
this.BodyRoot = $('body');
// Select's first point coordinates (set in applyToolAt)