mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 20:32:43 -07:00
FirmwareDialog: Fix log clearing
This commit is contained in:
@@ -108,7 +108,7 @@ void FirmwareDialog::priv::find_serial_ports()
|
||||
void FirmwareDialog::priv::flashing_status(bool value, AvrDudeComplete complete)
|
||||
{
|
||||
if (value) {
|
||||
txt_stdout->SetValue(wxEmptyString);
|
||||
txt_stdout->Clear();
|
||||
txt_status->SetLabel(_(L("Flashing in progress. Please do not disconnect the printer!")));
|
||||
txt_status->SetForegroundColour(GUI::get_label_clr_modified());
|
||||
port_picker->Disable();
|
||||
|
||||
Reference in New Issue
Block a user