You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Editor: Fix documentation for built-in scripts
This commit is contained in:
@@ -924,7 +924,7 @@ ConnectDialog::~ConnectDialog() {
|
||||
|
||||
Control *ConnectionsDockTree::make_custom_tooltip(const String &p_text) const {
|
||||
// If it's not a doc tooltip, fallback to the default one.
|
||||
if (p_text.is_empty() || p_text.contains("::")) {
|
||||
if (p_text.is_empty() || p_text.contains(" :: ")) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user