mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Linedef Editing Form (UDMF): fixed a problem where activation checkboxes were shown red for actions that don't require activation
This commit is contained in:
parent
85b8b41580
commit
6917ded506
1 changed files with 2 additions and 1 deletions
|
@ -637,7 +637,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
else
|
||||
{
|
||||
missingactivation.Visible = false;
|
||||
activationGroup.ForeColor = SystemColors.ControlText;
|
||||
foreach (CheckBox c in udmfactivates.Checkboxes)
|
||||
c.ForeColor = SystemColors.ControlText;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue