Revert "Prevent the user from resizing the last wxDataViewCtrl column"

This reverts commit 24054c95d8 as it
actually should be possible to increase the size of the last column,
even if this shows the horizontal scroll bar.
This commit is contained in:
Vadim Zeitlin
2018-12-13 23:46:25 +01:00
parent 24054c95d8
commit 68bb67c009
2 changed files with 0 additions and 13 deletions

View File

@@ -107,8 +107,6 @@ public:
return m_flags;
}
virtual bool IsResizeable() const wxOVERRIDE;
virtual bool IsSortKey() const wxOVERRIDE
{
return m_sort;