Fix merge
This commit is contained in:
parent
eb8a1939e6
commit
ce508f1cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ bool CKeybindManager::handleKeybinds(const uint32_t& modmask, const std::string&
|
||||||
|
|
||||||
if (pressed && k.release) {
|
if (pressed && k.release) {
|
||||||
// suppress down event
|
// suppress down event
|
||||||
m_kHeldBack = key;
|
m_kHeldBack = keysym;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue