diff options
| author | Alexander Gavrilov | 2012-09-28 13:32:41 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-28 13:32:41 +0400 |
| commit | bd7cd690aa4260d4df9625a124a2a15480bdd848 (patch) | |
| tree | f8b448dc93c1e3e21d8a2890b9123b1a5b69e9b4 /plugins/manipulator.cpp | |
| parent | 7e0365857d4af487ad07dfb43a85ed7b789075aa (diff) | |
| download | dfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.gz dfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.bz2 dfhack-bd7cd690aa4260d4df9625a124a2a15480bdd848.tar.xz | |
Implement the common suggestion of Shift-Enter in trade screens.
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; } |
