Skip to content

Commit

Permalink
Merge pull request #203 from sphet/Bug-Fix-Issue-#194---fix-orphaned-…
Browse files Browse the repository at this point in the history
…window

Bug fix for issue #194 App doesn't close after LayoutAnchorable AutoHide and docking it again
  • Loading branch information
Dirkster99 authored Oct 18, 2020
2 parents f28b5c1 + 0a80e90 commit dd43f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Components/AvalonDock/DockingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ public LayoutFloatingWindowControl CreateFloatingWindow(LayoutContent contentMod
FloatingWidth = contentModel.FloatingWidth,
FloatingHeight = contentModel.FloatingHeight
};
_ = CreateFloatingWindowForLayoutAnchorableWithoutParent(pane, isContentImmutable);
return CreateFloatingWindowForLayoutAnchorableWithoutParent(pane, isContentImmutable);
}
}

Expand Down

0 comments on commit dd43f7a

Please sign in to comment.