From: Richard Kimberly Heck Date: Thu, 16 Mar 2023 03:24:30 +0000 (-0400) Subject: Fix bug #12707 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7bcf201f40d5aac01b681a4479193c197f595099;p=features.git Fix bug #12707 --- 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; ///