Skip to content

Instantly share code, notes, and snippets.

@alanmcgovern
Created September 20, 2017 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanmcgovern/f163eb525e601897b5f27f241c5e5d76 to your computer and use it in GitHub Desktop.
Save alanmcgovern/f163eb525e601897b5f27f241c5e5d76 to your computer and use it in GitHub Desktop.
diff --git a/Xamarin.Designer/Xamarin.Designer/DesignerOutlinePanel.cs b/Xamarin.Designer/Xamarin.Designer/DesignerOutlinePanel.cs
index 70309fe6a..d4b03e289 100644
--- a/Xamarin.Designer/Xamarin.Designer/DesignerOutlinePanel.cs
+++ b/Xamarin.Designer/Xamarin.Designer/DesignerOutlinePanel.cs
@@ -266,6 +266,7 @@ namespace Xamarin.Designer
{
if (item.Parent == null) {
AddItem (item, null);
+ GetWidgetBackend (tree).UpdateLayout ();
} else {
UpdateChildren (item.Parent, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment