diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-04-13 23:50:49 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-04-13 23:50:49 +0100 |
| commit | f877c388fea0e794f663d62e3508c5d11832601e (patch) | |
| tree | 9d8498c2d2cef970075fd1f19d74796d74958f8c /src/input_handler.cc | |
| parent | 54dfd8605aa93d3d1193cbea74df287a7d1f8146 (diff) | |
Fix mistake in input_handler.cc
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 7732f336..0edc9a1a 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1402,7 +1402,7 @@ void InputHandler::handle_key(Key key) { write_to_debug_buffer("Macro recording started but not finished"); m_recording_reg = 0; - m_handle_key_level = -1; + m_recording_level = -1; } } } |
