From 7bcf201f40d5aac01b681a4479193c197f595099 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Wed, 15 Mar 2023 23:24:30 -0400 Subject: [PATCH] Fix bug #12707 --- src/insets/InsetTabular.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index f189714e1b..5602984b33 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -1150,7 +1150,8 @@ public: docstring asString(idx_type stidx, idx_type enidx, bool intoInsets = true); /// ParagraphList asParList(idx_type stidx, idx_type enidx); - + /// + bool confirmDeletion() const override { return true; } /// Returns whether the cell in the specified row and column is selected. bool isCellSelected(Cursor & cur, row_type row, col_type col) const; /// -- 2.39.5