mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
tex2lyx/text.cpp: set correct default horizontal position for \framebox
This commit is contained in:
parent
b0d6eb8dfb
commit
f1832074f0
@ -950,6 +950,9 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
|
||||
<< " for " << outer_type << endl;
|
||||
hor_pos = "c";
|
||||
}
|
||||
} else {
|
||||
if (outer_type == "framebox")
|
||||
hor_pos = "c";
|
||||
}
|
||||
}
|
||||
} else if (inner_type != "makebox")
|
||||
|
Loading…
Reference in New Issue
Block a user