Kaydet (Commit) 75378a82 authored tarafından Miklos Vajna's avatar Miklos Vajna

n#228839 an empty table grid can't have implicit merges

üst 96ae2271
......@@ -477,7 +477,7 @@ void DomainMapperTableManager::endOfRowAction()
#endif
insertRowProps(pPropMap);
}
else if (m_bImplicitMerges)
else if (m_bImplicitMerges && pTableGrid->size())
{
// More grid than cells definitions? Then take the last ones.
// This feature is used by the RTF implicit horizontal cell merges.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment