From 00eae6b53f439c5143d01ce95b42d371bb2bae33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Lepp=C3=A4nen?= Date: Sun, 6 Oct 2024 20:32:08 +0300 Subject: [PATCH] Fix name field visiblity behind menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently name field was selectable in main menu. Fix this by hiding the whole text input rectangle in menu state. Signed-off-by: Tomi Leppänen --- qml/harbour-trites.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/harbour-trites.qml b/qml/harbour-trites.qml index 8a48e9d..86ef60b 100644 --- a/qml/harbour-trites.qml +++ b/qml/harbour-trites.qml @@ -665,7 +665,7 @@ ApplicationWindow { PropertyChanges { target: rectangle2 opacity: 0 - visible: true + visible: false } }, State {