* Fix the hot tracking on the filebrowser menubar. Still does not handle switching menus while hovering, though.
CORE-7586

svn path=/branches/shell-experiments/; revision=62514
This commit is contained in:
David Quintana 2014-03-16 09:28:51 +00:00
parent ea3e04f67f
commit aa699bf2a9
4 changed files with 27 additions and 7 deletions

View file

@ -60,6 +60,7 @@ private:
CMenuToolbarBase * m_hotBar;
INT m_hotItem;
BOOL m_trackingPopup;
public:
CMenuBand();