mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-28 11:56:20 +00:00
fix(ui/modules/Common/Form/ScrollableTextEdit): fix mouse pressed not detected on some cases
This commit is contained in:
parent
f556fde80b
commit
507f8066e9
1 changed files with 1 additions and 3 deletions
|
|
@ -68,14 +68,12 @@ Item {
|
|||
: TextEditStyle.textColor.normal
|
||||
padding: ListFormStyle.value.text.padding
|
||||
selectByMouse: true
|
||||
width: flick.width
|
||||
wrapMode: Text.Wrap
|
||||
|
||||
Keys.onEscapePressed: focus = false
|
||||
Keys.onReturnPressed: focus = false
|
||||
|
||||
height: flick.height
|
||||
width: flick.width
|
||||
|
||||
onCursorRectangleChanged: flick._ensureVisible(cursorRectangle)
|
||||
onEditingFinished: _handleEditionFinished()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue