summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
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;
}
}
}