Browse Source

remove debug code.

pull/3987/head
Dan Walmsley 6 years ago
parent
commit
572df144f2
  1. 2
      src/Avalonia.Controls/RelativePanel.cs

2
src/Avalonia.Controls/RelativePanel.cs

@ -420,7 +420,7 @@ namespace Avalonia.Controls
throw new ArgumentException(string.Format("RelativePanel error: Element does not exist in the current context", property.Name));
}
return null;
//return null;
throw new ArgumentException("RelativePanel error: Value must be of type ILayoutable");
}
}

Loading…
Cancel
Save