Add button on Selectable #4639
Jony01
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
About hit reaction: About layout: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to correctly insert button into combo?
Minimal example contains checkbox showing click action and two example of combos.
Combo1
(+) Draw
![image](https://user-images.githubusercontent.com/15888762/136403956-4c503e22-cd2c-432b-b709-d386ca5ad3a1.png)
Button
s aboveSlectable
(-)
Button
catch click event only when it is out ofSelectable
Combo2
(+)
![image](https://user-images.githubusercontent.com/15888762/136404135-a41ad34b-a232-4b52-b1be-aaa11e8c50a8.png)
![image](https://user-images.githubusercontent.com/15888762/136404187-89c4f60b-a044-4923-a52a-4f49448a3086.png)
Button
s work correctly (catch click event)(+) When cursor is above
Button
do NOT select line(-) But when hover line it,
Selectable
cover buttonWanted
I would like to combine behave:
Button
s aboveSlectable
Selectable
My visually correct but without click response example (similar to "My_combo1" but with using
![wanted](https://user-images.githubusercontent.com/15888762/136398558-68404fbf-f4d5-4581-b943-87d87fb67123.gif)
Image
instead ofButton
):Beta Was this translation helpful? Give feedback.
All reactions