Skip to content

Commit 156791b

Browse files
authored
Version 1.7.3.0
1 parent e1c89e7 commit 156791b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GRBL-Plotter/MachineControl/ControlProcessAutomation.cs

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ private void BtnStart_Click(object sender, EventArgs e)
226226
dataGridView1.Rows[i].Cells[2].Style.BackColor = Color.White;
227227
SetDGVToolTip(i, "");
228228
}
229+
BtnDataIndexClear.BackColor = GbData.BackColor = default;
229230
TbProcessInfo.Text = "Start process automation:\r\n";
230231
processStep = 0;
231232
isRunning = true;
@@ -390,6 +391,7 @@ private bool CheckData()
390391
{
391392
Logger.Trace("🛠🛠🛠 CheckData called by:{0}", (new System.Diagnostics.StackTrace()).GetFrame(1).GetMethod().Name);
392393
TbProcessInfo.Text = "CHECK DATA\r\n";
394+
BtnDataIndexClear.BackColor = GbData.BackColor = default;
393395
combo = null;
394396
string tmp;
395397
string action;

0 commit comments

Comments
 (0)