1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Fixed object initializer warnings

This commit is contained in:
Brian Fiete 2020-08-29 11:56:10 -07:00
parent 10421d99ca
commit f795215b44
13 changed files with 48 additions and 48 deletions

View file

@ -194,7 +194,7 @@ namespace IDE.ui
public bool mIgnoreKeyChar; // This fixes cases where a KeyDown changes focus to us but then we get a KeyChar that doesn't belong to us
public bool mIgnoreSetHistory;
public static uint32[] sTextColors = new uint32[]
{
(
0xFFFFFFFF, // Normal
0xFFE1AE9A, // Keyword
0XFFC8A0FF, // Literal
@ -215,7 +215,7 @@ namespace IDE.ui
0xFFFFFF80, // BuildWarning
0xFF9090C0, // VisibleWhiteSpace
} ~ delete _;
) ~ delete _;
bool mHasCustomColors;
FastCursorState mFastCursorState ~ delete _;