]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
fix order of initializiton of rootless treectrl
[wxWidgets.git] / src / msw / treectrl.cpp
index b5612512f62b0dbc933765f80af0aad6d1090002..3ebf19f9e28a475ede3236af7111edd89cc44e5e 100644 (file)
@@ -423,6 +423,9 @@ public:
 
         // and set ourselves as the new one
         tree->SetIndirectItemData(item, this);
+
+        // we must have the invalid value for the item
+        m_pItem = 0l;
     }
 
     // dtor deletes the associated data as well