mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[EXPLORER] Cleanup after last commit (#4722)
Improves code that was added by 0.4.15-dev-5078-g 46de3a22ac
without any review yesterday.
CORE-15369
This commit is contained in:
parent
1f2b7e5a56
commit
63fa674782
1 changed files with 2 additions and 4 deletions
|
@ -3045,10 +3045,8 @@ HandleTrayContextMenu:
|
|||
|
||||
LRESULT OnNcLButtonUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
if (CheckShowDesktopButtonClick(lParam, bHandled))
|
||||
return 0;
|
||||
|
||||
return 0;
|
||||
CheckShowDesktopButtonClick(lParam, bHandled);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
LRESULT OnAppTrayDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
|
|
Loading…
Reference in a new issue