Merge pull request #74282 from timothyqiu/news-anchor

Notify child controls when `BackBufferCopy`'s rect changed
This commit is contained in:
Rémi Verschelde 2023-03-05 13:26:45 +01:00
commit a01e8be417
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -62,6 +62,7 @@ Rect2 BackBufferCopy::get_anchorable_rect() const {
void BackBufferCopy::set_rect(const Rect2 &p_rect) {
rect = p_rect;
_update_copy_mode();
item_rect_changed();
}
Rect2 BackBufferCopy::get_rect() const {