mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00: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)
|
void FirmwareDialog::priv::flashing_status(bool value, AvrDudeComplete complete)
|
||||||
{
|
{
|
||||||
if (value) {
|
if (value) {
|
||||||
txt_stdout->SetValue(wxEmptyString);
|
txt_stdout->Clear();
|
||||||
txt_status->SetLabel(_(L("Flashing in progress. Please do not disconnect the printer!")));
|
txt_status->SetLabel(_(L("Flashing in progress. Please do not disconnect the printer!")));
|
||||||
txt_status->SetForegroundColour(GUI::get_label_clr_modified());
|
txt_status->SetForegroundColour(GUI::get_label_clr_modified());
|
||||||
port_picker->Disable();
|
port_picker->Disable();
|
||||||
|
|||||||
Reference in New Issue
Block a user