diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-10-14 19:31:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 19:31:31 +0200 |
commit | f1d4167030e348415361c22dd3bf667e2c1254ac (patch) | |
tree | f54f1a52aa53d609f81963321fe802a8c698795e /scene/gui/tree.cpp | |
parent | 000307f255d412be2765d1f1e0ec40a142b1becc (diff) | |
parent | 967831d9a0a11d79a1c186a590a132a88f36df03 (diff) |
Merge pull request #22978 from CakHuri/fix-get_button_count-link
[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++) { |