]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automat...
[wxWidgets.git] / src / html / m_list.cpp
index 646baa8163cf91ee7f6a9e83b8165720d787352e..0e3776bb3952860ed7994eaf4d6195bcb5560801 100644 (file)
@@ -204,6 +204,7 @@ TAG_HANDLER_BEGIN(OLULLI, "OL,UL,LI")
 
     TAG_HANDLER_CONSTR(OLULLI)
     {
+        m_List = NULL;
         m_Numbering = 0;
     }