Fix deletion of cells in defragment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5760,6 +5760,9 @@ public:
|
|||||||
|
|
||||||
virtual wxString GetPropertiesMenuLabel() const { return wxGetTranslation("&Cell"); }
|
virtual wxString GetPropertiesMenuLabel() const { return wxGetTranslation("&Cell"); }
|
||||||
|
|
||||||
|
/// Don't allow a cell to be deleted in Defragment
|
||||||
|
virtual bool IsEmpty() const { return false; }
|
||||||
|
|
||||||
// Accessors
|
// Accessors
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user