Toolbar update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -695,6 +695,7 @@ void wxToolBar::OnPaint (
|
|||||||
return;
|
return;
|
||||||
nCount++;
|
nCount++;
|
||||||
|
|
||||||
|
::WinFillRect(vDc.GetHPS(), &vDc.m_vRclPaint, GetBackgroundColour().GetPixel());
|
||||||
for ( wxToolBarToolsList::Node* pNode = m_tools.GetFirst();
|
for ( wxToolBarToolsList::Node* pNode = m_tools.GetFirst();
|
||||||
pNode;
|
pNode;
|
||||||
pNode = pNode->GetNext() )
|
pNode = pNode->GetNext() )
|
||||||
|
Reference in New Issue
Block a user