]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
OpenVMS compile support for wxSPLASH and sample
[wxWidgets.git] / src / generic / treectlg.cpp
index a48ff7003e44a4e66b02649eb7d7cfbc523d87e0..28ac6d781ac979aebec946371765c635cb544f76 100644 (file)
@@ -3483,11 +3483,7 @@ wxTextCtrl *wxGenericTreeCtrl::EditLabel(const wxTreeItemId& item,
     // question might just have been added and no screen
     // update taken place.
     if ( m_dirty )
-#if defined( __WXMSW__ ) || defined(__WXMAC__)
-        Update();
-#else
         DoDirtyProcessing();
-#endif
 
     // TODO: use textCtrlClass here to create the control of correct class
     m_textCtrl = new wxTreeTextCtrl(this, itemEdit);