diff options
author | Andreas Haas <liu.gam3@gmail.com> | 2017-04-03 18:34:44 +0200 |
---|---|---|
committer | Andreas Haas <liu.gam3@gmail.com> | 2017-04-03 18:35:15 +0200 |
commit | 0a287cfe4cfe721b3909e9722023c3d469afa886 (patch) | |
tree | 40752b51ea85d4f3e5502f41df41432787615e24 /scene/gui/split_container.cpp | |
parent | ff468e2d4247fc5fc52aea866f72dc4e5b9e6815 (diff) | |
download | redot-engine-0a287cfe4cfe721b3909e9722023c3d469afa886.tar.gz |
Fix more property names in _change_notify calls.
Diffstat (limited to 'scene/gui/split_container.cpp')
-rw-r--r-- | scene/gui/split_container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/split_container.cpp b/scene/gui/split_container.cpp index 5b6f17e0f7..11d068b048 100644 --- a/scene/gui/split_container.cpp +++ b/scene/gui/split_container.cpp @@ -185,7 +185,7 @@ void SplitContainer::_resort() { } update(); - _change_notify("split/offset"); + _change_notify("split_offset"); } Size2 SplitContainer::get_minimum_size() const { |