mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32976 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bae9393d53
commit
cb346ae202
@ -287,7 +287,7 @@ int MathMacro::kerning(BufferView const * bv) const {
|
||||
void MathMacro::updateMacro(MacroContext const & mc)
|
||||
{
|
||||
if (validName()) {
|
||||
macro_ = mc.get(name());
|
||||
macro_ = mc.get(name());
|
||||
if (macro_ && macroBackup_ != *macro_) {
|
||||
macroBackup_ = *macro_;
|
||||
needsUpdate_ = true;
|
||||
|
Loading…
Reference in New Issue
Block a user