diff options
author | M. Huri <kak_huri@yahoo.com> | 2018-10-13 17:34:57 +0700 |
---|---|---|
committer | M. Huri <kak_huri@yahoo.com> | 2018-10-13 17:34:57 +0700 |
commit | 967831d9a0a11d79a1c186a590a132a88f36df03 (patch) | |
tree | 2523cb3017c9be52d627fb7b8b1f94aa7f02b6be /scene/gui/tree.cpp | |
parent | fe0db6c4797b8094c64e4ad017e29be866288628 (diff) |
[Docs] Fixed 'get_button_count's link and a typo related to 'button'.
Diffstat (limited to 'scene/gui/tree.cpp')
-rw-r--r-- | scene/gui/tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/tree.cpp b/scene/gui/tree.cpp index effa44968d..0c11181f98 100644 --- a/scene/gui/tree.cpp +++ b/scene/gui/tree.cpp @@ -2934,7 +2934,7 @@ void Tree::_notification(int p_what) { if (show_column_titles) { - //title butons + //title buttons int ofs = cache.bg->get_margin(MARGIN_LEFT); for (int i = 0; i < columns.size(); i++) { |