Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 20, 2023
1 parent ec50110 commit 303287e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/checkbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ bool CheckBox::processEvent(const SDL_Event &event, bool valid)
{
if(in(event.button.x, event.button.y)){
m_valRef = !m_valRef;
return consumeFocus(true);
}
return consumeFocus(true);
return consumeFocus(false);
}
default:
{
Expand Down

0 comments on commit 303287e

Please sign in to comment.