You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix TabBar initialization issue and add tests
This commit is contained in:
@@ -376,6 +376,9 @@ public:
|
||||
|
||||
bool check_false(const String &p_name) {
|
||||
bool has = _signals.has(p_name);
|
||||
if (has) {
|
||||
MESSAGE("Signal has " << _signals[p_name] << " expected none.");
|
||||
}
|
||||
discard_signal(p_name);
|
||||
return !has;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user