1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update Keychain

This commit is contained in:
Emmanouil Papadeas 2024-08-03 22:39:58 +03:00
parent a3d7725a44
commit 3dfa7b52c2
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
## Keychain ## Keychain
- Upstream: https://github.com/Orama-Interactive/Keychain - Upstream: https://github.com/Orama-Interactive/Keychain
- Version: [0e675303915543eb04e9c91116974e73337640fc](https://github.com/Orama-Interactive/Keychain/commit/0e675303915543eb04e9c91116974e73337640fc) - Version: [7b02c8f31635dda73016bbc8d63a95025b157ce3](https://github.com/Orama-Interactive/Keychain/commit/7b02c8f31635dda73016bbc8d63a95025b157ce3)
- License: [MIT](https://github.com/Orama-Interactive/Keychain/blob/main/LICENSE) - License: [MIT](https://github.com/Orama-Interactive/Keychain/blob/main/LICENSE)
## gdgifexporter ## gdgifexporter

View file

@ -271,7 +271,7 @@ func _on_shortcut_tree_button_clicked(item: TreeItem, _column: int, id: int, _mb
rect.position.y += 42 - tree.get_scroll().y rect.position.y += 42 - tree.get_scroll().y
rect.position += global_position rect.position += global_position
rect.size = Vector2(110, 23 * shortcut_type_menu.get_item_count()) rect.size = Vector2(110, 23 * shortcut_type_menu.get_item_count())
shortcut_type_menu.popup(rect) shortcut_type_menu.popup_on_parent(rect)
elif id == 1: # Delete elif id == 1: # Delete
Keychain.action_erase_events(action) Keychain.action_erase_events(action)
Keychain.selected_profile.change_action(action) Keychain.selected_profile.change_action(action)