mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 01:46:51 +01:00
Update last min size when Control becomes visible
(cherry picked from commit 4ac999cc3fa0d7740356aaafe7ab44da2b16e7dd)
This commit is contained in:
parent
0b8e21cf74
commit
49b6f63f5f
@ -655,6 +655,7 @@ void Control::_notification(int p_notification) {
|
||||
//remove modalness
|
||||
} else {
|
||||
data.minimum_size_valid = false;
|
||||
_update_minimum_size();
|
||||
_size_changed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user