From 31434ebde8ec6c01b4456ba263481b330f8060f8 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Fri, 27 Sep 2019 11:51:50 +0200 Subject: [PATCH] Fix QML nullptr warnings. --- resources/qml/RadioCheckbar.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/RadioCheckbar.qml b/resources/qml/RadioCheckbar.qml index 59dba59910..4a85471095 100644 --- a/resources/qml/RadioCheckbar.qml +++ b/resources/qml/RadioCheckbar.qml @@ -97,10 +97,11 @@ Item Component { id: disabledComponent - Item + Rectangle { height: checkboxSize width: checkboxSize + color: "transparent" Rectangle {