Standardwert markieren
- Markierung wird beim Start manchmal nicht angezeigt - Darum noch einmal in 'SetBasicValues' setzen
This commit is contained in:
parent
898f78095f
commit
1fa697af03
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -454,6 +454,11 @@ namespace Eugen.ESystem.Windows.Forms
|
|||||||
LoadXML();
|
LoadXML();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (StandardValue != 0)
|
||||||
|
{
|
||||||
|
dataGridViewValues.Rows[StandardValue - 1].DefaultCellStyle.ForeColor = Color.LightSeaGreen; //Standardwert noch einmal markiere, weil die Markierung manchmal zurückgesetzt wird
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetStandard()
|
private void SetStandard()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user