mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 01:07:07 +00:00
[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:
parent
13c7cade20
commit
3a54fd538b
4 changed files with 146 additions and 25 deletions
|
@ -65,6 +65,8 @@ private:
|
|||
CMenuToolbarBase * m_popupBar;
|
||||
INT m_popupItem;
|
||||
|
||||
BOOL m_Show;
|
||||
|
||||
public:
|
||||
CMenuBand();
|
||||
~CMenuBand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue