From e8d96bf73f9af61faa44386ecc1bec9333a94872 Mon Sep 17 00:00:00 2001 From: jdescottes Date: Sun, 9 Feb 2014 20:56:45 +0100 Subject: [PATCH] Fix : added missing Method on BaseSelect - TODO : Review usage of hideHighlightedPixel in Tools --- js/drawingtools/selectiontools/BaseSelect.js | 4 ++++ 1 file changed, 4 insertions(+) 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