From bba1362badc17e1660837e54231ed533726481ce Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 31 May 2023 13:30:26 +0200 Subject: [PATCH] Fix um s5 initially not showing up in printer list CURA-10627 --- resources/qml/WelcomePages/AddLocalPrinterScrollView.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index b2bdf43915..eb19e5234e 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Ultimaker B.V. +// Copyright (c) 2023 UltiMaker // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.15 @@ -69,6 +69,8 @@ Item const initialSection = "Ultimaker B.V."; base.currentSections.add(initialSection); updateCurrentItemUponSectionChange(initialSection); + // Trigger update on base.currentSections + base.currentSections = base.currentSections; } Row