mirror of https://gitlab.com/basile.b/dexed.git
typo
This commit is contained in:
parent
7ca3c55079
commit
2b938a128e
|
@ -2182,8 +2182,8 @@ var
|
||||||
win: TControl = nil;
|
win: TControl = nil;
|
||||||
begin
|
begin
|
||||||
if assigned(fProjectInterface) then case fProjectInterface.getFormat of
|
if assigned(fProjectInterface) then case fProjectInterface.getFormat of
|
||||||
pfDub: win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
pfDub: win := DockMaster.GetAnchorSite(fDubProjWidg);
|
||||||
pfNative: win := DockMaster.GetAnchorSite(fDubProjWidg);
|
pfNative: win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
||||||
end
|
end
|
||||||
else win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
else win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
||||||
if assigned(win) then
|
if assigned(win) then
|
||||||
|
|
Loading…
Reference in New Issue