mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-04 16:19:25 +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)
|
if (content == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
content.DockArea = region.Area;
|
||||||
|
|
||||||
if (previousContent == null)
|
if (previousContent == null)
|
||||||
AddContent(content);
|
AddContent(content);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user