mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Properly use top/bottom edit marker for grid inset
This was an oversight when marker() was introduced. Fixes part of #10688.
This commit is contained in:
parent
5a3962958f
commit
29fbd062cc
@ -100,6 +100,8 @@ public:
|
|||||||
InsetMathGrid(Buffer * buf, col_type m, row_type n, char valign,
|
InsetMathGrid(Buffer * buf, col_type m, row_type n, char valign,
|
||||||
docstring const & halign);
|
docstring const & halign);
|
||||||
///
|
///
|
||||||
|
marker_type marker(BufferView const *) const { return MARKER2; };
|
||||||
|
///
|
||||||
void metrics(MetricsInfo & mi, Dimension &) const;
|
void metrics(MetricsInfo & mi, Dimension &) const;
|
||||||
///
|
///
|
||||||
void draw(PainterInfo & pi, int x, int y) const;
|
void draw(PainterInfo & pi, int x, int y) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user