mirror of https://gitlab.com/basile.b/dexed.git
typo
This commit is contained in:
parent
73e3acb8b4
commit
7ca3c55079
|
@ -2184,7 +2184,7 @@ 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(fPrjCfWidg);
|
||||||
pfNative: win := DockMaster.GetAnchorSite(fDubProjWidg);
|
pfNative: win := DockMaster.GetAnchorSite(fDubProjWidg);
|
||||||
end;
|
end
|
||||||
else win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
else win := DockMaster.GetAnchorSite(fPrjCfWidg);
|
||||||
if assigned(win) then
|
if assigned(win) then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue