Notify child controls when BackBufferCopy's rect changed

(cherry picked from commit 602a0d2fbc)
This commit is contained in:
Haoyu Qiu 2023-03-03 17:57:58 +08:00 committed by Rémi Verschelde
parent e3be3fbc59
commit d6221bd614
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 {