Skip to content

Commit

Permalink
[license] Fix show engine component
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Dec 18, 2023
1 parent b980c1c commit 2c490a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ License class.

### Changelog

#### 1.7.4

- Fix show engine component

#### 1.7.3

- Fix component selection and right click menu
Expand Down
2 changes: 1 addition & 1 deletion addons/licenses/internal/components_tree.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var _item_menu: PopupMenu
func set_show_readonly_components(show_: bool) -> void:
var sel_comp: Component = self._get_selected_component()
show_readonly_components = show_
if show:
if show_:
self._readonly_components = Licenses.get_required_engine_components()
self.reload(sel_comp)
else:
Expand Down
2 changes: 1 addition & 1 deletion addons/licenses/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name="License Manager"
description="Manage license and copyright for third party graphics, software or libraries."
author="Iceflower S"
version="1.7.3"
version="1.7.4"
script="plugin.gd"
license="MIT"
repository="https://github.com/kenyoni-software/godot-addons"
Expand Down

0 comments on commit 2c490a7

Please sign in to comment.