* 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:
David Quintana 2014-12-18 17:34:46 +00:00
parent 217eef81d8
commit d73c38b69c
12 changed files with 153 additions and 112 deletions

View file

@ -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;
}