Fixing blank lines

This commit is contained in:
Clint Rutkas
2019-12-12 13:26:02 -08:00
parent 826858c170
commit de64b33bb8
13 changed files with 159 additions and 63 deletions

View File

@@ -27,7 +27,7 @@ namespace FancyZonesEditor
{
if (e.Args.Length > 1)
{
UInt16.TryParse(e.Args[1], out _idInitial);
ushort.TryParse(e.Args[1], out _idInitial);
}
LayoutModel foundModel = null;
@@ -57,6 +57,7 @@ namespace FancyZonesEditor
}
}
}
if (foundModel == null)
{
foundModel = _settings.DefaultModels[0];