Skip to content

Commit

Permalink
Never disable the Colour Selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Apr 11, 2024
1 parent e93fdef commit ba139b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/dialogic/Modules/Glossary/glossary_editor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func _on_EntryList_item_selected(idx: int) -> void:

%EntryColor.color = entry_info.get('color', %DefaultColor.color)
%EntryCustomColor.button_pressed = entry_info.has('color')
%EntryColor.disabled = !entry_info.has('color')

_check_entry_alternatives(alternatives)
_check_entry_name(current_entry_name, current_entry)
Expand Down

0 comments on commit ba139b5

Please sign in to comment.