mirror of
https://github.com/xenia-project/dockpanelsuite.git
synced 2024-11-26 20:50:37 +00:00
Fixed a sample bug #271. Layout By Code menu item should call CloseAllContents instead of CloseAllDocuments.
This commit is contained in:
parent
8668fdab85
commit
78c5ebd08e
@ -459,7 +459,7 @@ namespace DockSample
|
||||
{
|
||||
dockPanel.SuspendLayout(true);
|
||||
|
||||
CloseAllDocuments();
|
||||
CloseAllContents();
|
||||
|
||||
CreateStandardControls();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user