1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-12 22:35:18 +00:00

Make labels with tooltips have their mouse filtering set to "pass"

This commit is contained in:
Michael Alexsander 2020-02-14 22:39:49 -03:00
parent 543e9d9008
commit aa8c21de45

View file

@ -547,6 +547,7 @@ margin_bottom = 151.0
margin_right = 208.0
margin_bottom = 15.0
hint_tooltip = "COLORFROM_HT"
mouse_filter = 1
text = "Brush color from"
[node name="HBoxContainer" type="HBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
@ -794,6 +795,7 @@ margin_bottom = 151.0
margin_right = 208.0
margin_bottom = 15.0
hint_tooltip = "COLORFROM_HT"
mouse_filter = 1
text = "Brush color from"
[node name="HBoxContainer" type="HBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions/RightColorInterpolation"]