You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix incorrect coloring of in-editor documentation when theme changed
This commit is contained in:
@@ -1467,6 +1467,10 @@ void EditorHelp::_notification(int p_what) {
|
|||||||
|
|
||||||
_update_doc();
|
_update_doc();
|
||||||
} break;
|
} break;
|
||||||
|
case NOTIFICATION_THEME_CHANGED: {
|
||||||
|
|
||||||
|
_class_desc_resized();
|
||||||
|
} break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user