Bound interval when adding the widget
rectForDrop() doesn't know about the anchors bounds, so we need to adjust the interval after. Fixes fuzzer testcase 16
This commit is contained in:
@@ -448,6 +448,7 @@ private:
|
||||
Anchor *side2;
|
||||
};
|
||||
|
||||
std::pair<int,int> boundInterval(int newPos1, Anchor* anchor1, int newPos2, Anchor *anchor2) const;
|
||||
void blockItemPropagateGeo(bool block);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user