diff options
| author | George Marques | 2016-01-26 22:42:34 -0200 |
|---|---|---|
| committer | George Marques | 2016-01-26 22:42:34 -0200 |
| commit | 1c76e503840870a9bfa164ef990cc2d8bdcd7aac (patch) | |
| tree | e428d0069a3438a5efcd4ec838a5b0e04e82afaf | |
| parent | f1da0d5ffcbda635420ec5dcc97816b0033bc958 (diff) | |
| parent | 38c557114b541b85035afc5424ba4315f4efb313 (diff) | |
| download | godot-1c76e503840870a9bfa164ef990cc2d8bdcd7aac.tar.gz godot-1c76e503840870a9bfa164ef990cc2d8bdcd7aac.tar.zst godot-1c76e503840870a9bfa164ef990cc2d8bdcd7aac.zip | |
Merge pull request #3475 from vnen/fix-3473
Remove strand debug print, fix #3473
| -rw-r--r-- | scene/gui/tabs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/tabs.cpp b/scene/gui/tabs.cpp index ecce71bdb..c3e75842c 100644 --- a/scene/gui/tabs.cpp +++ b/scene/gui/tabs.cpp @@ -633,7 +633,6 @@ int Tabs::get_tab_width(int p_idx) const { x+=tab_bg->get_minimum_size().width; if (tabs[p_idx].right_button.is_valid()) { - print_line("has right"); Ref<Texture> rb=tabs[p_idx].right_button; Size2 bms = rb->get_size();//+get_stylebox("button")->get_minimum_size(); bms.width+=get_constant("hseparation"); |
