Skip to content

Commit

Permalink
Backport: Fix for #86
Browse files Browse the repository at this point in the history
This partially reverts fix for #62
which used not detailed enought test and drew partially wrong conclusions.
  • Loading branch information
deadwood committed Mar 20, 2023
1 parent e06eeb0 commit 8da5357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/libs/muimaster/classes/area.c
Expand Up @@ -1957,7 +1957,7 @@ static IPTR event_button(Class *cl, Object *obj,
(IPTR) &data->mad_ehn);
}
handle_press(cl, obj);
return 0;
return MUI_EventHandlerRC_Eat;
}
break;

Expand Down

0 comments on commit 8da5357

Please sign in to comment.