]> git.lyx.org Git - lyx.git/commitdiff
Amend 9f04eeae032d
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 2 Jun 2019 14:55:11 +0000 (16:55 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 2 Jun 2019 14:55:11 +0000 (16:55 +0200)
src/Layout.cpp

index fa6b58cc118c143fe06d8e4ea509d7ae921a49f6..7d3a1f89ff5accb4c28a32d6a25ff9a6405819c5 100644 (file)
@@ -1172,6 +1172,8 @@ void writeArgument(ostream & os, string const & id, Layout::latexarg const & arg
        }
        if (!arg.pass_thru_chars.empty())
                os << "\t\tPassThruChars \"" << to_utf8(arg.pass_thru_chars) << "\"\n";
+       if (arg.free_spacing)
+               os << "\t\tFreeSpacing " << arg.free_spacing << "\n";
        os << "\tEndArgument\n";
 }