Jean-Marc Lasgouttes wrote:
rgheck writes:
+ case TC_INSETLAYOUT: {
if (lexrc.next()) {
[long stuff snipped]
+ } else {
+ lexrc.printError("No name given for InsetLayout:
`$$Token'.");
+
rgheck writes:
> Currently, if you repeat an InsetLayout declaration, it completely
> over-writes the original, rather than updating it, as ordinary Style
> declarations do. The attached patch, for trunk, aims to fix that
> problem. Comments welcome.
Very good. A few points:
> + cas
Currently, if you repeat an InsetLayout declaration, it completely
over-writes the original, rather than updating it, as ordinary Style
declarations do. The attached patch, for trunk, aims to fix that
problem. Comments welcome.
Richard
Index: src/insets/InsetLayout.cpp
=