mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[RSHELL]
* Fix the focus manager to properly close the shell menus when clicking outside the menu area. * Close the shell menus when activating a context menu action. * Open the shell menus without activating. Fixes titlebar color changing to inactive for the Favorites menu. [RSHELL] [SHELL32] [BROWSEUI] * Remove a few DbgPrints and downgrade some others into TRACEs. CORE-8836 #resolve svn path=/trunk/; revision=65740
This commit is contained in:
parent
217eef81d8
commit
d73c38b69c
12 changed files with 153 additions and 112 deletions
|
@ -1131,7 +1131,6 @@ public:
|
|||
|
||||
if (Horizontal)
|
||||
{
|
||||
DbgPrint("HORIZONTAL!\n");
|
||||
TBMETRICS tbm = { 0 };
|
||||
tbm.cbSize = sizeof(tbm);
|
||||
tbm.dwMask = TBMF_BUTTONSPACING;
|
||||
|
@ -1145,7 +1144,6 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
DbgPrint("VERTICAL!\n");
|
||||
uiBtnsPerLine = 1;
|
||||
uiRows = m_ButtonCount;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue