mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
fix glitch with last border in table for custom arguments
This commit is contained in:
parent
64ad077c9c
commit
a3ed99b211
@ -432,7 +432,7 @@ void handle_colalign(Parser & p, vector<ColInfo> & colinfo,
|
||||
next.special += '|';
|
||||
} else if (colinfo.back().special.empty())
|
||||
++colinfo.back().rightlines;
|
||||
else if (next.special.empty())
|
||||
else if (next.special.empty() && p.next_token().cat() != catEnd)
|
||||
++next.leftlines;
|
||||
else
|
||||
colinfo.back().special += '|';
|
||||
|
Loading…
Reference in New Issue
Block a user