enable mapping start on double-click code

This commit is contained in:
thrust26 2019-06-14 20:03:58 +02:00
parent 03280abf7f
commit 3b1be03f74
1 changed files with 0 additions and 2 deletions

View File

@ -375,7 +375,6 @@ void EventMappingWidget::handleCommand(CommandSender* sender, int cmd,
} }
break; break;
/*
case ListWidget::kDoubleClickedCmd: case ListWidget::kDoubleClickedCmd:
if(myActionsList->getSelected() >= 0) if(myActionsList->getSelected() >= 0)
{ {
@ -383,7 +382,6 @@ void EventMappingWidget::handleCommand(CommandSender* sender, int cmd,
startRemapping(); startRemapping();
} }
break; break;
*/
case kStartMapCmd: case kStartMapCmd:
startRemapping(); startRemapping();