mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
parent
5ed01cd616
commit
720f439868
@ -66,9 +66,9 @@ MathClass InsetMathDecoration::mathClass() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Limits InsetMathDecoration::defaultLimits(bool display) const
|
Limits InsetMathDecoration::defaultLimits(bool /*display*/) const
|
||||||
{
|
{
|
||||||
if (allowsLimitsChange() && display)
|
if (allowsLimitsChange())
|
||||||
return LIMITS;
|
return LIMITS;
|
||||||
else
|
else
|
||||||
return NO_LIMITS;
|
return NO_LIMITS;
|
||||||
|
Loading…
Reference in New Issue
Block a user