From 45e3a8f82701e981b1ccb2ab8d76f269867d7889 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 30 Jun 2016 22:57:19 -0400 Subject: [PATCH] Squash warning. --- src/insets/InsetSeparator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetSeparator.cpp b/src/insets/InsetSeparator.cpp index a759f1f395..27aeb7c62b 100644 --- a/src/insets/InsetSeparator.cpp +++ b/src/insets/InsetSeparator.cpp @@ -210,7 +210,7 @@ void InsetSeparator::draw(PainterInfo & pi, int x, int y) const pi.pain.lines(xp, yp, 2, ColorName()); if (params_.kind == InsetSeparatorParams::PARBREAK) { - yp[0] += 0.25 * asc * 0.75; + yp[0] += int(0.25 * asc * 0.75); yp[1] = yp[0]; pi.pain.lines(xp, yp, 2, ColorName()); } -- 2.39.2