]> git.lyx.org Git - features.git/commitdiff
Fix bug #12707
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 16 Mar 2023 03:24:30 +0000 (23:24 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 16 Mar 2023 03:24:47 +0000 (23:24 -0400)
src/insets/InsetTabular.h

index f189714e1ba75c78e7722b25abc51a1e412d803d..5602984b3339be79d73199034f71ebdb36436489 100644 (file)
@@ -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;
        ///