From 00b65490dcf853c864cbce1abe3de22c162ba58d Mon Sep 17 00:00:00 2001 From: tao wang Date: Wed, 4 Sep 2024 19:51:46 +0800 Subject: [PATCH] ENH:fix directly connected text jira:[STUDIO-8031] Change-Id: I0e747e4a279ab97ed7cab2acc6efb14cbafc4685 --- src/slic3r/GUI/ReleaseNote.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/ReleaseNote.cpp b/src/slic3r/GUI/ReleaseNote.cpp index 2d729e690..0d3c16c00 100644 --- a/src/slic3r/GUI/ReleaseNote.cpp +++ b/src/slic3r/GUI/ReleaseNote.cpp @@ -1840,6 +1840,7 @@ void InputIpAddressDialog::workerThreadFunc(std::string str_ip, std::string str_ } if (detectData.bind_state == "occupied") { + update_test_msg(wxEmptyString, true); update_test_msg(_L("The printer has already been bound."), false); Layout(); Fit(); @@ -1847,6 +1848,7 @@ void InputIpAddressDialog::workerThreadFunc(std::string str_ip, std::string str_ } if (detectData.connect_type == "cloud") { + update_test_msg(wxEmptyString, true); update_test_msg(_L("The printer mode is incorrect, please switch to LAN Only."), false); Layout(); Fit();