Fixed crash when clicking on area of remap dialog with no button in
svn-id: r33884
This commit is contained in:
parent
86d0c8cb11
commit
6d0ed23b44
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ void RemapDialog::handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 d
|
|||
}
|
||||
|
||||
void RemapDialog::startRemapping(uint i) {
|
||||
if (_topAction + i >= _currentActions.size()) return;
|
||||
_remapTimeout = getMillis() + kRemapTimeoutDelay;
|
||||
_activeRemapAction = _currentActions[_topAction + i].action;
|
||||
_keymapWidgets[i].keyButton->setLabel("...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue