From 29fbd062cc58eabfa846e6a18c7f66ef08cae8d3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 8 Jun 2017 16:03:14 +0200 Subject: [PATCH] Properly use top/bottom edit marker for grid inset This was an oversight when marker() was introduced. Fixes part of #10688. --- src/mathed/InsetMathGrid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/InsetMathGrid.h b/src/mathed/InsetMathGrid.h index 886d03a8ee..05bb52aea9 100644 --- a/src/mathed/InsetMathGrid.h +++ b/src/mathed/InsetMathGrid.h @@ -100,6 +100,8 @@ public: InsetMathGrid(Buffer * buf, col_type m, row_type n, char valign, docstring const & halign); /// + marker_type marker(BufferView const *) const { return MARKER2; }; + /// void metrics(MetricsInfo & mi, Dimension &) const; /// void draw(PainterInfo & pi, int x, int y) const; -- 2.39.2