Fix : added missing Method on BaseSelect

- TODO : Review usage of hideHighlightedPixel in Tools
This commit is contained in:
jdescottes 2014-02-09 20:56:45 +01:00
parent f98c2d2cf5
commit e8d96bf73f

View File

@ -89,6 +89,10 @@
}
};
ns.BaseSelect.prototype.hideHighlightedPixel = function() {
// there is no highlighted pixel for selection tools, do nothing
};
/**
* For each pixel in the selection draw it in white transparent on the tool overlay
* @protected