mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Revert "tex2lyx/text.cpp: fix a typo spotted by clang"
This reverts commit 055b425b64
.
This requires much more work and i don't have time to do this now
This commit is contained in:
parent
055b425b64
commit
1b32a0502e
@ -935,7 +935,7 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
|
||||
width_unit = "in";
|
||||
width_special = "width";
|
||||
} else if (latex_width.empty() && outer_type == "framebox") {
|
||||
outer_type = "fbox";
|
||||
outer_type == "fbox";
|
||||
width_value = "-999";
|
||||
width_unit = "col%";
|
||||
width_special = "none";
|
||||
|
Loading…
Reference in New Issue
Block a user