mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 02:24:26 +08:00
Fix CD-ROM eject in Explorer's "My Computer" not updating the drive text label (e.g., "ReactOS LiveCD (D:)" staying after eject). LV_RefreshIcon() only invalidated the cached icon (I_IMAGECALLBACK) but not the cached text, so the ListView never re-queried the display name. Add text invalidation (LPSTR_TEXTCALLBACK) to force label refresh on media change events.
153 KiB
153 KiB