Closed
Description
Is there a reason for this line of the code?
'''
if (tabs[p_idx].right_button.is_valid()) {
_print_line("has right");_
Ref rb=tabs[p_idx].right_button;
'''
in the file:
https://github.com/godotengine/godot/blob/dfbc2dce177462506d9c41dfaa867dd76bd136a7/scene/gui/tabs.cpp
It prints "has right" all the time in the terminal.