mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
Fixed content not restoring to correct region
This commit is contained in:
parent
39328decdf
commit
9a8fcb941f
@ -307,6 +307,8 @@ namespace DarkUI.Docking
|
||||
if (content == null)
|
||||
continue;
|
||||
|
||||
content.DockArea = region.Area;
|
||||
|
||||
if (previousContent == null)
|
||||
AddContent(content);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user