buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

Scrollbar dragging doesn't work outside of window #635

Open brianush1 opened 1 year ago

brianush1 commented 1 year ago

If you press down on a scrollbar thumb, then move the mouse outside the window, the scrollbar stops being dragged. To match native behavior, the scrollbar should continue being dragged as long as the mouse is pressed.

GrimMaple commented 1 year ago

Checked on example1 -- everything works as expected (Linux). Any more details?