diff options
Diffstat (limited to 'plugins/manipulator.cpp')
| -rw-r--r-- | plugins/manipulator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp index 0b0b99d4..f3c6664a 100644 --- a/plugins/manipulator.cpp +++ b/plugins/manipulator.cpp @@ -523,6 +523,7 @@ void viewscreen_unitlaborsst::feed(set<df::interface_key> *events) { events->insert(interface_key::LEAVESCREEN); parent->feed(events); + events->clear(); } return; } |
