mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
Toggle properly the math-display icon
This commit is contained in:
parent
bdaa6fbb26
commit
af4548cd6b
@ -1645,6 +1645,7 @@ bool InsetMathHull::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
enable = display() != Inline;
|
enable = display() != Inline;
|
||||||
}
|
}
|
||||||
status.setEnabled(enable);
|
status.setEnabled(enable);
|
||||||
|
status.setOnOff(display() != Inline);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user