mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
Fix incorrect coloring of in-editor documentation when theme changed
This commit is contained in:
parent
48d3458f74
commit
c1bd94c2a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue