mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +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;
|
||||
}
|
||||
status.setEnabled(enable);
|
||||
status.setOnOff(display() != Inline);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user