mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[DEVMGR] Ensure clicking on item when opening property sheet (#4196)
Fix a bug related to the device manager, where double-clicking anywhere when an item is already selected opens the property sheet. CORE-17207
This commit is contained in:
committed by
GitHub
parent
dc483bd700
commit
5831427ef9
@@ -515,7 +515,7 @@ CDeviceManager::OnNotify(_In_ LPARAM lParam)
|
||||
|
||||
case NM_DBLCLK:
|
||||
{
|
||||
m_DeviceView->DisplayPropertySheet();
|
||||
Ret = m_DeviceView->OnDoubleClick(NmHdr);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user