Skip to content

Commit

Permalink
Tiny syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Nov 22, 2023
1 parent c16527e commit d116135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material_maker/nodes/comment/comment.gd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func _ready():
super._ready()
for s in [ "comment", "comment_focus" ]:
var frame : StyleBoxFlat = mm_globals.main_window.theme.get_stylebox(s, "GraphNode").duplicate(true) as StyleBoxFlat
add_theme_stylebox_override(s, frame);
add_theme_stylebox_override(s, frame)

func _draw() -> void:
var icon = preload("res://material_maker/icons/color_palette.png")
Expand Down

0 comments on commit d116135

Please sign in to comment.