mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Notification labels appear on top of the timeline
This commit is contained in:
parent
7a008cfc3f
commit
d64b4edb96
2 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ func _process(delta : float) -> void:
|
|||
var layer : Image = Global.canvas.layers[current_layer_index][0]
|
||||
|
||||
if end_pos == start_pos:
|
||||
Global.selection_rectangle.visible = false
|
||||
visible = false
|
||||
else:
|
||||
Global.selection_rectangle.visible = true
|
||||
visible = true
|
||||
|
||||
if point_in_rectangle(mouse_pos, polygon[0], polygon[2]) && Global.selected_pixels.size() > 0 && (Global.current_left_tool == "RectSelect" || Global.current_right_tool == "RectSelect"):
|
||||
get_parent().get_parent().mouse_default_cursor_shape = Input.CURSOR_MOVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue