aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Shared/GUI/EventHandlerRole.pm')
-rw-r--r--lib/ManaTools/Shared/GUI/EventHandlerRole.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
index ba130bc7..852c97a1 100644
--- a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
+++ b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
@@ -522,7 +522,7 @@ sub findItem {
=head3 OUTPUT
- 0 if the loop should end, 1 otherwise
+ 0 if the loop should end, positive if handled, negative otherwise
=head3 DESCRIPTION
@@ -549,7 +549,7 @@ sub processEvents {
return $processed if $processed >= 0;
}
- return 1;
+ return -1;
}
#=============================================================