Fix selection ink for union and subtraction modes

This commit is contained in:
David Capello 2015-06-25 19:40:27 -03:00
parent 4b213f3039
commit f5d5d495c7

View File

@ -290,7 +290,7 @@ public:
m_modify_selection = state; m_modify_selection = state;
if (state) { if (state) {
m_maxBounds = gfx::Rect(0, 0, 0, 0); m_maxBounds = loop->getMask()->bounds();
m_mask.copyFrom(loop->getMask()); m_mask.copyFrom(loop->getMask());
m_mask.freeze(); m_mask.freeze();