mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
parent
3e7aebe966
commit
247e1a223d
@ -322,6 +322,9 @@ void handle_colalign(Parser & p, vector<ColInfo> & colinfo,
|
||||
}
|
||||
|
||||
switch (t.character()) {
|
||||
case ' ':
|
||||
// whitespace, ignore.
|
||||
break;
|
||||
case 'c':
|
||||
case 'l':
|
||||
case 'r':
|
||||
|
Loading…
Reference in New Issue
Block a user