1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Merge pull request #155 from YeldhamDev/label_hint_mouse_pass

Make labels with tooltips have their mouse filtering set to "pass"
This commit is contained in:
Manolis Papadeas 2020-02-15 15:04:53 +02:00 committed by GitHub
commit 817fd1a932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"]