mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Notify child controls when BackBufferCopy's rect changed
(cherry picked from commit 602a0d2fbc)
This commit is contained in:
committed by
Rémi Verschelde
parent
2783deb939
commit
bf1511d0e5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user