mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Changes from mercurial repository.
This commit is contained in:
@@ -527,7 +527,8 @@ CMSWindowsScreen::registerHotKey(KeyID key, KeyModifierMask mask)
|
||||
m_oldHotKeyIDs.pop_back();
|
||||
}
|
||||
else {
|
||||
id = m_hotKeys.size() + 1;
|
||||
//id = m_hotKeys.size() + 1;
|
||||
id = (UInt32)m_hotKeys.size() + 1;
|
||||
}
|
||||
|
||||
// if this hot key has modifiers only then we'll handle it specially
|
||||
|
||||
Reference in New Issue
Block a user