buggins / dlangui

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

Proper mouse selection scrolling implementation. Fixes #645 #675

Closed Ermiq closed 11 months ago

Ermiq commented 12 months ago

Properly implemented EditLine horizontal scrolling and EditBox scrolling (both vertical and horizontal) when selection with mouse is active and the caret goes outside of the edit widget boundaries.

GrimMaple commented 11 months ago

Thank you! :)