xj qian
2024-07-17 3ae6fded83ac8ef5cec50b402ec046268329027f
jrj/xframe/xcontrol/xtreeview.hpp
@@ -390,7 +390,7 @@
        return InsertChildItemEx(hItem, label, ele.ptr(), image,image2);
    }
    HTREEITEM InsertChildItemEx(HTREEITEM hItem,string label,int data,int image = 0,int image2 = 0)
    HTREEITEM InsertChildItemEx(HTREEITEM hItem,string label,LPARAM data,int image = 0,int image2 = 0)
    {
        int TVM_INSERTITEM = TV_FIRST + 50;