diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-04 00:21:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-04 00:21:12 +0200 |
| commit | 4d3ed11212c779a1c340916dee47b2021382047f (patch) | |
| tree | d8842c2c8ab02d868f9b85e434ad73c3da153b05 /scene/gui/split_container.cpp | |
| parent | 6fc1a88ea1c669276bb195278dbe8c3e03d6e59e (diff) | |
| parent | 0a287cfe4cfe721b3909e9722023c3d469afa886 (diff) | |
Merge pull request #8248 from Hinsbart/fix_notify_renames
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 { |