Fix macro recording on the same register, replace instead of appending.
This commit is contained in:
parent
6573f16dd9
commit
9306a89deb
|
@ -712,6 +712,7 @@ void InputHandler::handle_available_inputs()
|
|||
void InputHandler::start_recording(char reg)
|
||||
{
|
||||
assert(m_recording_reg == 0);
|
||||
m_recorded_keys = "";
|
||||
m_recording_reg = reg;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user