1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix TabBar initialization issue and add tests

This commit is contained in:
kit
2024-09-20 15:40:55 -04:00
parent 2be730a05b
commit f2f34e9c50
7 changed files with 1557 additions and 6 deletions

View File

@@ -138,6 +138,8 @@
#include "tests/scene/test_color_picker.h"
#include "tests/scene/test_graph_node.h"
#include "tests/scene/test_option_button.h"
#include "tests/scene/test_tab_bar.h"
#include "tests/scene/test_tab_container.h"
#include "tests/scene/test_text_edit.h"
#include "tests/scene/test_tree.h"
#endif // ADVANCED_GUI_DISABLED