mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix compilation
This amends [b88a3747/lyxgit].
This commit is contained in:
parent
b88a37473f
commit
2424851b09
@ -1762,7 +1762,7 @@ bool Cursor::macroModeClose(bool cancel)
|
||||
// we have to resolve the macro here manually and check its arity
|
||||
// to put the selection behind it if arity > 0.
|
||||
MacroData const * data = buffer()->getMacro(atomAsMacro->name());
|
||||
if (!selection.empty() && data && data->numargs() {
|
||||
if (!selection.empty() && data && data->numargs()) {
|
||||
macroArg = true;
|
||||
atomAsMacro->setDisplayMode(InsetMathMacro::DISPLAY_INTERACTIVE_INIT, 1);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user