You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
732 B
26 lines
732 B
From c6ce523e6994e94113adced3168ae43731d3af4a Mon Sep 17 00:00:00 2001
|
|
From: Aleix Pol <aleixpol@kde.org>
|
|
Date: Wed, 16 May 2018 13:14:57 +0200
|
|
Subject: [PATCH 4/6] Fix warning
|
|
|
|
Don't access property that doesn't exist.
|
|
---
|
|
org.kde.desktop/TextArea.qml | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/org.kde.desktop/TextArea.qml b/org.kde.desktop/TextArea.qml
|
|
index 33cc430..6c97280 100644
|
|
--- a/org.kde.desktop/TextArea.qml
|
|
+++ b/org.kde.desktop/TextArea.qml
|
|
@@ -70,7 +70,6 @@ T.TextArea {
|
|
background: StylePrivate.StyleItem {
|
|
id: style
|
|
control: controlRoot
|
|
- visible: controlRoot.backgroundVisible
|
|
elementType: "edit"
|
|
implicitWidth: 200
|
|
implicitHeight: 22
|
|
--
|
|
2.14.3
|
|
|