[app/mousepad] Prevent page change during input

This commit is contained in:
Nicolas Fella 2020-06-16 17:59:36 +02:00
parent 0e33224079
commit c4f4f8d408

View file

@ -21,7 +21,7 @@
import QtQuick 2.2
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.1
import org.kde.kirigami 2.0 as Kirigami
import org.kde.kirigami 2.7 as Kirigami
import org.kde.kdeconnect 1.0
Kirigami.Page
@ -31,6 +31,9 @@ Kirigami.Page
property QtObject pluginInterface
property QtObject device
// Otherwise swiping on the MouseArea might trigger changing the page
Kirigami.ColumnView.preventStealing: true
ColumnLayout
{
anchors.fill: parent