mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
A couple minor bug fixes
This commit is contained in:
@@ -216,7 +216,7 @@ IFACEMETHODIMP CPowerRenameUI::OnRenameCompleted()
|
||||
EnableWindow(m_hwnd, TRUE);
|
||||
|
||||
// Close the window
|
||||
_OnCloseDlg();
|
||||
PostMessage(m_hwnd, WM_CLOSE, (WPARAM)0, (LPARAM)0);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user