Brush Selection Fix

This commit is contained in:
luiq54 2020-04-17 22:33:52 +05:30
parent a552cbe8ee
commit 73891af597
4 changed files with 9 additions and 0 deletions

View file

@ -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