]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
Change wxMSW wxTreeCtrl::DoFreeze() to not hide the tree any more.
[wxWidgets.git] / include / wx / generic / dataview.h
index 70ae97ca0ad2c80b1a0258ef35592d6e342e1933..fa8ad417c2f61e335b11ce5ae67eb61363ec507d 100644 (file)
@@ -70,7 +70,7 @@ public:
 
     virtual bool IsSortKey() const { return m_sort; }
 
-    virtual void UnsetAsSortKey() { m_sort = false; UpdateDisplay(); }
+    virtual void UnsetAsSortKey();
 
     virtual void SetSortOrder(bool ascending);