Pārlūkot izejas kodu

Show description box on create new node window

volzhs 8 gadi atpakaļ
vecāks
revīzija
fab3c4308c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      editor/editor_help.cpp

+ 1 - 1
editor/editor_help.cpp

@@ -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"));
 	}
 	}
 }
 }