mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Fix DockLayout and UIImage string encoding
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Microsoft.Iris.Layouts
|
||||
if (other is not DockLayout o) return false;
|
||||
|
||||
return DefaultChildAlignment == o.DefaultChildAlignment
|
||||
&& DefaultLayoutInput.ToString() == other.DefaultChildAlignment.ToString();
|
||||
&& DefaultLayoutInput?.ToString() == o.DefaultLayoutInput?.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user