mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 18:43:37 +00:00
[RSHELL]
* CMenuBand: Fix the keyboard navigation a bit. Still not fully working yet. * Show submenus a bit closer to the arrow, as Windows does. CORE-7881 svn path=/branches/shell-experiments/; revision=62323
This commit is contained in:
parent
9cf711a73f
commit
2902b1cf0c
2 changed files with 144 additions and 130 deletions
|
@ -295,7 +295,7 @@ HRESULT CMenuToolbarBase::PopupSubMenu(UINT itemId, UINT index, IShellMenu* chil
|
|||
ClientToScreen(m_hwndToolbar, &a);
|
||||
ClientToScreen(m_hwndToolbar, &b);
|
||||
|
||||
POINTL pt = { b.x, a.y };
|
||||
POINTL pt = { b.x - 4, a.y };
|
||||
RECTL rcl = { a.x, a.y, b.x, b.y }; // maybe-TODO: fetch client area of deskbar?
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue