LiFan
2024-07-17 ba7fc2ae2efad6a4f9456d390893d5cf0758f8d2
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;