mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[RSHELL]
* Change the way the menu items are activated. Now the menubar activates on mouse down, and the other items activate on mouse up. Not everything works perfectly yet, but it will eventually allow proper usage of the shell menus by keeping the mouse button down. I believe this is also the way to go to avoid the "instant reopening" of the menus when trying to close them. svn path=/branches/shell-experiments/; revision=63671
This commit is contained in:
parent
80c7746313
commit
fd94119fa8
6 changed files with 168 additions and 3 deletions
|
@ -191,6 +191,8 @@ public:
|
|||
HRESULT _IsPopup();
|
||||
HRESULT _IsTracking();
|
||||
HRESULT _KillPopupTimers();
|
||||
HRESULT _MenuBarMouseDown(HWND hwnd, INT item);
|
||||
HRESULT _MenuBarMouseUp(HWND hwnd, INT item);
|
||||
|
||||
BOOL UseBigIcons()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue