]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.cpp
Possible fix for gamepad 'Select All Keys' problem.
[virtualjaguar] / src / gui / controllertab.cpp
index 7ff002f1dbc1902457092deeddbae3510856c422..89a678f380ddff453bce1b412735ba527813c5a2 100644 (file)
@@ -156,7 +156,8 @@ void ControllerTab::DefineAllKeys(void)
                if (key == Qt::Key_Escape)
                        break;
 
-               // Otherwise, populate the appropriate spot in the settings & update screen...
+               // Otherwise, populate the appropriate spot in the settings & update
+               // the screen...
                controllerWidget->keys[orderToDefine[i]] = key;
                controllerWidget->update();
                profile[profileNum].map[orderToDefine[i]] = key;