Wassimulator / CactusViewer

A small single file image viewer written in C/C++.
BSD 2-Clause "Simplified" License
195 stars 15 forks source link

Active UI does not keep focus when it is used outside the specified area #24

Open IRooc opened 11 months ago

IRooc commented 11 months ago

When you are interacting with a UI element that allows sliding (GIF scrubber and Edit Hue, Saturation etc... when while dragging you move outside the area it looses focus and stops

Example: CactusViewer-UI-bug

This makes it harder to use those sliders, it would be nice if the active UI element keeps focus and you can drag outside the 'slider' region.

I build it on windows with commit acfcc00931750ae8f3ba2257e37478c9386c6ca2

Thanks for this it is a really nice and easy tool.

Wassimulator commented 11 months ago

you are absolutely right and this is something that a proper UI should support, I'll keep it in mind for the next update