Skip to content

Commit

Permalink
Fix commented check in LayoutAnchorable Hide method
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetrou committed May 17, 2019
1 parent b5c9507 commit e13832c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public void Hide( bool cancelable = true )

RaisePropertyChanging( "IsHidden" );
RaisePropertyChanging( "IsVisible" );
//if (Parent is ILayoutPane)
if (Parent is ILayoutGroup)
{
var parentAsGroup = Parent as ILayoutGroup;
PreviousContainer = parentAsGroup;
Expand Down

0 comments on commit e13832c

Please sign in to comment.