Qt 6.4 properly supports scrolling text with touch
This commit is contained in:
parent
03be9e479a
commit
879ef31fcf
5 changed files with 16 additions and 20 deletions
|
|
@ -3,8 +3,8 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
import ".."
|
||||
import QtQuick.Controls 2.3
|
||||
import im.nheko 1.0
|
||||
import QtQuick.Controls
|
||||
import im.nheko
|
||||
|
||||
MatrixText {
|
||||
required property string body
|
||||
|
|
@ -42,8 +42,8 @@ MatrixText {
|
|||
width: parent?.width ?? 0
|
||||
height: !keepFullText ? Math.round(Math.min(timelineView.height / 8, implicitHeight)) : implicitHeight
|
||||
clip: !keepFullText
|
||||
selectByMouse: !Settings.mobileMode && !isReply
|
||||
enabled: !Settings.mobileMode
|
||||
selectByMouse: !isReply
|
||||
// enabled: !Settings.mobileMode
|
||||
font.pointSize: (Settings.enlargeEmojiOnlyMessages && isOnlyEmoji > 0 && isOnlyEmoji < 4) ? Settings.fontSize * 3 : Settings.fontSize
|
||||
|
||||
NhekoCursorShape {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue