TRUE instead of true
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -304,7 +304,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// [de]select an item
|
// [de]select an item
|
||||||
void Select(long n, bool on = true)
|
void Select(long n, bool on = TRUE)
|
||||||
{
|
{
|
||||||
SetItemState(n, on ? wxLIST_STATE_SELECTED : 0, wxLIST_STATE_SELECTED);
|
SetItemState(n, on ? wxLIST_STATE_SELECTED : 0, wxLIST_STATE_SELECTED);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user