mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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;
|
||||
else
|
||||
return NO_LIMITS;
|
||||
|
Loading…
Reference in New Issue
Block a user