mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:44:42 -04:00
Brush Selection Fix
This commit is contained in:
parent
a552cbe8ee
commit
73891af597
4 changed files with 9 additions and 0 deletions
|
@ -560,6 +560,8 @@ func _on_RightBrushSizeEdit_value_changed(value) -> void:
|
|||
Global.right_brush_size = new_size
|
||||
update_right_custom_brush()
|
||||
|
||||
func _on_Brush_Selected() -> void:
|
||||
$BrushesPopup.hide()
|
||||
|
||||
func _on_ColorSwitch_pressed() -> void:
|
||||
var temp: Color = Global.left_color_picker.color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue