chart2: too long line
Change-Id: I1ed0b51156ef2d6231908f18be64e49b754789bd
This commit is contained in:
parent
8a8a946c88
commit
aaa0728d88
@ -877,7 +877,9 @@ void VLegend::createShapes(
|
||||
{
|
||||
if (pLegendEntryProvider)
|
||||
{
|
||||
std::vector< ViewLegendEntry > aNewEntries = pLegendEntryProvider->createLegendEntries( aMaxSymbolExtent, eExpansion, xLegendProp, xLegendContainer, m_xShapeFactory, m_xContext );
|
||||
std::vector<ViewLegendEntry> aNewEntries = pLegendEntryProvider->createLegendEntries(
|
||||
aMaxSymbolExtent, eExpansion, xLegendProp,
|
||||
xLegendContainer, m_xShapeFactory, m_xContext);
|
||||
aViewEntries.insert( aViewEntries.end(), aNewEntries.begin(), aNewEntries.end() );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user