mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[SHELL32] Fix CMenuToolbarBase
CORE-17505
This commit is contained in:
@@ -263,7 +263,7 @@ HRESULT CMenuToolbarBase::OnCustomDraw(LPNMTBCUSTOMDRAW cdraw, LRESULT * theResu
|
||||
}
|
||||
|
||||
CMenuToolbarBase::CMenuToolbarBase(CMenuBand *menuBand, BOOL usePager) :
|
||||
m_pager(this, 1),
|
||||
m_pager(WC_PAGESCROLLER, this),
|
||||
m_useFlatMenus(FALSE),
|
||||
m_disableMouseTrack(FALSE),
|
||||
m_timerEnabled(FALSE),
|
||||
|
||||
Reference in New Issue
Block a user