Rename wxListMainWindow::IsInsideCheckBox to IsInsideCheckbox
This commit is contained in:
@@ -853,7 +853,7 @@ private:
|
||||
// Check if the given point is inside the checkbox of this item.
|
||||
//
|
||||
// Always returns false if there are no checkboxes.
|
||||
bool IsInsideCheckbox(long item, int x, int y);
|
||||
bool IsInsideCheckBox(long item, int x, int y);
|
||||
|
||||
// the height of one line using the current font
|
||||
wxCoord m_lineHeight;
|
||||
|
Reference in New Issue
Block a user