mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
5bd14af887
commit
2af17f8f89
@ -259,9 +259,8 @@ string const LaTeXFont::getPackageOptions(bool ot1, bool complete, bool sc, bool
|
||||
&& providesScale(ot1, complete, nomath)) {
|
||||
if (!os.str().empty())
|
||||
os << ',';
|
||||
ostringstream value;
|
||||
value << float(scale) / 100;
|
||||
os << subst(to_ascii(scaleoption_), "$$val", value.str());
|
||||
os << subst(to_ascii(scaleoption_), "$$val",
|
||||
convert<std::string>(float(scale) / 100));
|
||||
}
|
||||
return os.str();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user