Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71
This commit is contained in:
Takeshi Abe
2016-05-02 15:25:08 +09:00
parent 74a1b26ffb
commit c6883d467c

View File

@@ -811,7 +811,7 @@ bool SmCursor::InsertRow() {
int nTableIndex = nParentIndex;
if(pLineParent->GetType() == NTABLE)
pTable = static_cast<SmTableNode*>(pLineParent);
//If it's warped in a SmLineNode, we can still insert a newline
//If it's wrapped in a SmLineNode, we can still insert a newline
else if(pLineParent->GetType() == NLINE &&
pLineParent->GetParent() &&
pLineParent->GetParent()->GetType() == NTABLE) {