From 0ff069a8dd2a3c2a8262cd83456113218a666cb5 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 20 Oct 2023 10:38:35 +0200 Subject: [PATCH] Add color property to ColorDialog CURA-11193 --- resources/qml/Dialogs/ColorDialog.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/qml/Dialogs/ColorDialog.qml b/resources/qml/Dialogs/ColorDialog.qml index c0d15154f5..92d6c9795b 100644 --- a/resources/qml/Dialogs/ColorDialog.qml +++ b/resources/qml/Dialogs/ColorDialog.qml @@ -9,4 +9,7 @@ import QtQuick.Dialogs // due for deprication, use Qt Color Dialog instead ColorDialog { + id: root + + property alias color: root.selectedColor } \ No newline at end of file