diff --git a/windows/area.c b/windows/area.c index 619c13b6..00c07166 100644 --- a/windows/area.c +++ b/windows/area.c @@ -708,7 +708,7 @@ static LRESULT CALLBACK areaFilterProc(int code, WPARAM wParam, LPARAM lParam) break; // otherwise handled remains 0, as we didn't handle this } - if (handled) + if (!handled) goto callNext; // we handled it; discard the message so the dialog manager doesn't see it