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