]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
Added a comment.
[wxWidgets.git] / src / common / tbarbase.cpp
index 793ef3787b7b24cb7353328980a363680e52e4e9..6f7793b419b498309e14be46d99517939236afc7 100644 (file)
@@ -220,6 +220,7 @@ wxToolBarTool *wxToolBarBase::AddTool(int index, const wxBitmap& bitmap, const w
 void wxToolBarBase::AddSeparator ()
 {
   wxToolBarTool *tool = new wxToolBarTool;
+  tool->m_index = -1;
   tool->m_toolStyle = wxTOOL_STYLE_SEPARATOR;
   m_tools.Append(-1, tool);
 }