Fixed SF1 bug 123401. Crash hiding composition toolbar. Fix supplied and reviewed by hyatt

This commit is contained in:
cmanske 1998-06-17 02:10:02 +00:00
Родитель cdecbbf5c5
Коммит 51a97a27c4
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -86,7 +86,7 @@ public:
// Class: CButtonToolbarWindow
//
// The window that resides within the Tabbed toolbar. It holds the a CNSToolbar2
// The window that resides within the Tabbed toolbar. It MUST hold a CNSToolbar2.
class CButtonToolbarWindow: public CToolbarWindow {
public:
@ -103,7 +103,7 @@ public:
// Class: // Class: CControlBarToolbarWindow
//
// The window that resides within the Tabbed toolbar. It holds the a CNSToolbar2
// The window that resides within the Tabbed toolbar. It does not hold a CNSToolbar2.
class CControlBarToolbarWindow: public CToolbarWindow {
public:
@ -112,8 +112,6 @@ public:
virtual void OnUpdateCmdUI( CFrameWnd* pTarget, BOOL bDisableIfNoHndler );
virtual int GetHeight(void);
virtual CWnd* GetNSToolbar() { return GetToolbar(); }
};