You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Show description box on create new node window
This commit is contained in:
@@ -1786,7 +1786,7 @@ void EditorHelpBit::_bind_methods() {
|
|||||||
void EditorHelpBit::_notification(int p_what) {
|
void EditorHelpBit::_notification(int p_what) {
|
||||||
|
|
||||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||||
add_style_override("panel", get_stylebox("normal", "TextEdit"));
|
add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user