From: Jean-Marc Lasgouttes Date: Thu, 8 Jun 2017 14:03:14 +0000 (+0200) Subject: Properly use top/bottom edit marker for grid inset X-Git-Tag: 2.3.0beta1~298 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=29fbd062cc58eabfa846e6a18c7f66ef08cae8d3;p=features.git Properly use top/bottom edit marker for grid inset This was an oversight when marker() was introduced. Fixes part of #10688. --- 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;