You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix more property names in _change_notify calls.
This commit is contained in:
@@ -185,7 +185,7 @@ void SplitContainer::_resort() {
|
||||
}
|
||||
|
||||
update();
|
||||
_change_notify("split/offset");
|
||||
_change_notify("split_offset");
|
||||
}
|
||||
|
||||
Size2 SplitContainer::get_minimum_size() const {
|
||||
|
||||
Reference in New Issue
Block a user