git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73444
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
else if (item.GetState() & wxAUI_BUTTON_STATE_CHECKED)
{
}
else if (item.GetState() & wxAUI_BUTTON_STATE_CHECKED)
{
- // it's important to put this code in an else statment after the
+ // it's important to put this code in an else statement after the
// hover, otherwise hovers won't draw properly for checked items
dc.SetPen(wxPen(m_highlightColour));
dc.SetBrush(wxBrush(m_highlightColour.ChangeLightness(170)));
// hover, otherwise hovers won't draw properly for checked items
dc.SetPen(wxPen(m_highlightColour));
dc.SetBrush(wxBrush(m_highlightColour.ChangeLightness(170)));
if ( event.GetEventType() == wxEVT_MOVING )
OnMoving(event.GetRect(), dir);
if ( event.GetEventType() == wxEVT_MOVING )
OnMoving(event.GetRect(), dir);
OnMoving(wxRect(event.GetPosition(),GetSize()), dir);
}
OnMoving(wxRect(event.GetPosition(),GetSize()), dir);
}
}
// utility function which determines the state of the mouse button
}
// utility function which determines the state of the mouse button
-// (independant of having a wxMouseEvent handy) - utimately a better
+// (independent of having a wxMouseEvent handy) - utimately a better
// mechanism for this should be found (possibly by adding the
// functionality to wxWidgets itself)
bool wxAuiFloatingFrame::isMouseDown()
// mechanism for this should be found (possibly by adding the
// functionality to wxWidgets itself)
bool wxAuiFloatingFrame::isMouseDown()