change parameter type of click event from arg_mouse to arg_click
This commit is contained in:
@@ -231,7 +231,7 @@ namespace checkbox
|
||||
return ui_container_.size();
|
||||
}
|
||||
|
||||
void radio_group::_m_checked(const arg_mouse& arg)
|
||||
void radio_group::_m_checked(const arg_click& arg)
|
||||
{
|
||||
for (auto & i : ui_container_)
|
||||
i.uiobj->check(arg.window_handle == i.uiobj->handle());
|
||||
|
||||
Reference in New Issue
Block a user