[BROWSEUI/RSHELL]

* Begin fixing the process of destroying the related objects when closing the window, so that eventually the filebrowser/explorer process will properly exit cleanly when no more windows are open.

svn path=/branches/shell-experiments/; revision=63535
This commit is contained in:
David Quintana 2014-06-02 21:35:32 +00:00
parent 13c7cade20
commit 3a54fd538b
4 changed files with 146 additions and 25 deletions

View file

@ -65,6 +65,8 @@ private:
CMenuToolbarBase * m_popupBar;
INT m_popupItem;
BOOL m_Show;
public:
CMenuBand();
~CMenuBand();