mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Incorrect vertical spacing between block style elements
This commit is contained in:
parent
a7ec7dfcbb
commit
fb84d534cc
1 changed files with 0 additions and 7 deletions
|
@ -4154,9 +4154,7 @@ namespace NLGUI
|
||||||
group->setSizeRef(CInterfaceElement::width);
|
group->setSizeRef(CInterfaceElement::width);
|
||||||
|
|
||||||
// Compute begin space between paragraph and tables
|
// Compute begin space between paragraph and tables
|
||||||
|
|
||||||
// * If first in group, no begin space
|
// * If first in group, no begin space
|
||||||
// * If behind a paragraph, take the biggest begin space between the previous paragraph and current one.
|
|
||||||
|
|
||||||
// Pointer on the current paragraph (can be a table too)
|
// Pointer on the current paragraph (can be a table too)
|
||||||
CGroupParagraph *p = dynamic_cast<CGroupParagraph*>(group);
|
CGroupParagraph *p = dynamic_cast<CGroupParagraph*>(group);
|
||||||
|
@ -4178,11 +4176,6 @@ namespace NLGUI
|
||||||
group->setParentPos(groups.back());
|
group->setParentPos(groups.back());
|
||||||
group->setPosRef(Hotspot_TL);
|
group->setPosRef(Hotspot_TL);
|
||||||
group->setParentPosRef(Hotspot_BL);
|
group->setParentPosRef(Hotspot_BL);
|
||||||
|
|
||||||
// Begin space for previous paragraph
|
|
||||||
CGroupParagraph *previous = dynamic_cast<CGroupParagraph*>(groups.back());
|
|
||||||
if (previous)
|
|
||||||
beginSpace = std::max(beginSpace, previous->getTopSpace());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the begin space
|
// Set the begin space
|
||||||
|
|
Loading…
Reference in a new issue