mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Remove separator from the image menu
Temporary, easy fix bug where assigning a shortcut to an image effect, actually assigned it to the one above.
This commit is contained in:
parent
91b1186d6f
commit
0fe315d605
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@ func _setup_image_menu() -> void:
|
|||
var i := 0
|
||||
for item in image_menu_items:
|
||||
image_menu.add_item(item, i)
|
||||
if i == Global.ImageMenu.RESIZE_CANVAS:
|
||||
image_menu.add_separator()
|
||||
i += 1
|
||||
|
||||
image_menu.connect("id_pressed", self, "image_menu_id_pressed")
|
||||
|
|
Loading…
Add table
Reference in a new issue