mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 23:04:09 +02:00
Fixed object initializer warnings
This commit is contained in:
parent
10421d99ca
commit
f795215b44
13 changed files with 48 additions and 48 deletions
|
@ -691,7 +691,7 @@ namespace IDE.ui
|
|||
RehupSize();
|
||||
});
|
||||
|
||||
for (int32 c in scope int32[] { 4, 8, 16, 32, 64 })
|
||||
for (int32 c in scope int32[] ( 4, 8, 16, 32, 64 ))
|
||||
{
|
||||
columnChoice = menuItem.AddItem(StackStringFormat!("{0} bytes", c));
|
||||
if ((mAutoResizeType == .Manual) && (c == (int32)mBytesPerDisplayLine))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue