[SHELL32] Give a chance to rename new file or folder when created (#4950)

This commit is contained in:
Jose Carlos Jesus
2023-02-25 18:38:42 -04:00
committed by GitHub
parent 2284aa6e8b
commit ed4b16b7ff

View File

@@ -990,6 +990,7 @@ BOOLEAN CDefView::LV_ProdItem(PCUITEMID_CHILD pidl)
lvItem.iImage = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidl, 0);
m_ListView.SetItem(&lvItem);
m_ListView.Update(nItem);
m_ListView.EditLabel(nItem);
return TRUE;
}