buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
813 stars 121 forks source link

Double/Triple clicking is broken on text fields #633

Open brianush1 opened 1 year ago

brianush1 commented 1 year ago

Double click on text fields should only select a whole word if the mouse doesn't move between the two clicks (same for triple click selecting the whole text)

GrimMaple commented 1 year ago

Works on Linux in example1. Any more details?