mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Notify child controls when BackBufferCopy's rect changed
(cherry picked from commit 602a0d2fbc84d598cffc79eccd5110f650b6e3c9)
This commit is contained in:
parent
33b7cf4031
commit
df406d2027
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user