Show description box on create new node window

This commit is contained in:
volzhs 2017-05-22 21:39:10 +09:00
parent 5b3709d309
commit fab3c4308c

View file

@ -1786,7 +1786,7 @@ void EditorHelpBit::_bind_methods() {
void EditorHelpBit::_notification(int p_what) {
if (p_what == NOTIFICATION_ENTER_TREE) {
add_style_override("panel", get_stylebox("normal", "TextEdit"));
add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
}
}