1
0
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:
Andreas Haas
2017-04-03 18:34:44 +02:00
parent ff468e2d42
commit 0a287cfe4c
6 changed files with 18 additions and 17 deletions

View File

@@ -185,7 +185,7 @@ void SplitContainer::_resort() {
}
update();
_change_notify("split/offset");
_change_notify("split_offset");
}
Size2 SplitContainer::get_minimum_size() const {