LineEdit
: Can not select text with the mouse
#5448
Labels
a:widgets
Implementation of widgets (from std-widgets.slint) and their styles (mF,bS)
enhancement
New feature or request
I tried to select text in a
LineEdit
with the mouse. The idea was to click somewhere, drag the mouse over the text I want to select and then release the mouse button when done.That did not work. The click focused the
LineEdit
, selection by dragging the mouse was not possible.TextEdit
seems to behave identical.Tested on Linux, X11 using winit.
The text was updated successfully, but these errors were encountered: