From b52ba83ba0f91f4317f947e63d6354cf0fc3055f Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Mon, 28 Apr 2025 20:13:36 +0800 Subject: [PATCH] FIX: update enable status when Refresh button jira: [STUDIO-11923] Change-Id: I0828415aa196031cf4d74f98a71cc0cea84939d2 (cherry picked from commit 64641c62cbac66ae49a52d3014217be001f8366e) --- src/slic3r/GUI/SelectMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index da5d3937c7..17d1e05f20 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -927,7 +927,6 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj) void SelectMachineDialog::prepare_mode(bool refresh_button) { Enable_Auto_Refill(true); - EnableEditing(true); show_print_failed_info(false); m_is_in_sending_mode = false; @@ -937,6 +936,7 @@ void SelectMachineDialog::prepare_mode(bool refresh_button) wxEndBusyCursor(); if (refresh_button) { + EnableEditing(true); Enable_Send_Button(true); }