This commit is contained in:
Basile Burg 2015-12-04 23:00:29 +01:00
parent 7ca3c55079
commit 2b938a128e
1 changed files with 2 additions and 2 deletions

View File

@ -2182,8 +2182,8 @@ var
win: TControl = nil;
begin
if assigned(fProjectInterface) then case fProjectInterface.getFormat of
pfDub: win := DockMaster.GetAnchorSite(fPrjCfWidg);
pfNative: win := DockMaster.GetAnchorSite(fDubProjWidg);
pfDub: win := DockMaster.GetAnchorSite(fDubProjWidg);
pfNative: win := DockMaster.GetAnchorSite(fPrjCfWidg);
end
else win := DockMaster.GetAnchorSite(fPrjCfWidg);
if assigned(win) then