Skip to content

Commit b7568db

Browse files
committed
fixup! Script Window: Change control type to CodeEdit
1 parent 83b6cd2 commit b7568db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/ui/script_window/script_window.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends Window
33

44
var script_content: String = ""
55

6-
@onready var script_label: TextEdit = %Code
6+
@onready var script_label: CodeEdit = %Code
77

88

99
func _ready():

0 commit comments

Comments
 (0)