mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Made spelling error faint yellow (ie: light warning)
This commit is contained in:
parent
53337c7c50
commit
2de866ae55
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ namespace IDE.ui
|
||||||
}
|
}
|
||||||
else if (elementFlags.HasFlag(SourceElementFlags.SpellingError))
|
else if (elementFlags.HasFlag(SourceElementFlags.SpellingError))
|
||||||
{
|
{
|
||||||
underlineColor = 0xE0FF3000;
|
underlineColor = 0x80FFD200;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (underlineColor != 0)
|
if (underlineColor != 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue