diff --git a/js/drawingtools/selectiontools/BaseSelect.js b/js/drawingtools/selectiontools/BaseSelect.js index 19972394..3ed29870 100644 --- a/js/drawingtools/selectiontools/BaseSelect.js +++ b/js/drawingtools/selectiontools/BaseSelect.js @@ -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