1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Fix theming of doc background

This commit is contained in:
Yuri Roubinsky
2022-01-29 20:48:30 +03:00
parent 2f57a11ed9
commit 6e2c9f398c
2 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ class EditorHelp : public VBoxContainer {
void _class_list_select(const String &p_select);
void _class_desc_select(const String &p_select);
void _class_desc_input(const Ref<InputEvent> &p_input);
void _class_desc_resized();
void _class_desc_resized(bool p_force_update_theme);
int display_margin = 0;
Error _goto_desc(const String &p_class, int p_vscr = -1);