mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix MSVC warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25589 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7a31dc392
commit
e93fd11d41
@ -212,7 +212,6 @@ void InsetSpace::metrics(MetricsInfo & mi, Dimension & dim) const
|
||||
break;
|
||||
case InsetSpaceParams::CUSTOM:
|
||||
case InsetSpaceParams::CUSTOM_PROTECTED: {
|
||||
int width = params_.length.inBP();
|
||||
int minwidth = 4;
|
||||
if (params_.length.inBP() < 0)
|
||||
minwidth = 3 * arrow_size;
|
||||
|
Loading…
Reference in New Issue
Block a user