eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
610 stars 101 forks source link

[LVGL] Encoder group navigation using scroll wheel conflicts with scrolling inside of Studio in debug mode #561

Closed zalexzperez closed 1 month ago

zalexzperez commented 1 month ago

https://github.com/user-attachments/assets/188d3779-73b5-48e2-8212-1bfb6bdd20ef

Perhaps encoder navigation should use ALT + mouse wheel just like it's done in Edit mode to navigate UIs that are larger than the display size.

mvladic commented 1 month ago

Fixed.

If mouse pointer is inside LVGL screen canvas then mouse wheel will affect LVGL, otherwise it will affect page viewer.