mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10939.
This commit is contained in:
parent
2a78c1c662
commit
f22954b89d
@ -4678,7 +4678,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
bool known_hspace = false;
|
||||
bool known_vspace = false;
|
||||
bool known_unit = false;
|
||||
double value;
|
||||
double value = 0.0;
|
||||
if (valid) {
|
||||
istringstream iss(valstring);
|
||||
iss >> value;
|
||||
|
Loading…
Reference in New Issue
Block a user