mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : added missing Method on BaseSelect
- TODO : Review usage of hideHighlightedPixel in Tools
This commit is contained in:
parent
f98c2d2cf5
commit
e8d96bf73f
@ -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
|
* For each pixel in the selection draw it in white transparent on the tool overlay
|
||||||
* @protected
|
* @protected
|
||||||
|
Loading…
Reference in New Issue
Block a user