Fix loading of "increase life counter" shortcut in settings
This commit is contained in:
parent
2a83f6dd4b
commit
db18c7da10
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ public:
|
|||
|
||||
gridLayout_4->addWidget(lbl_abstractCounter_aInc, 1, 0, 1, 1);
|
||||
|
||||
abstractCounter_Inc = new SequenceEdit("Player/Inc",groupBox_4);
|
||||
abstractCounter_Inc = new SequenceEdit("Player/aInc",groupBox_4);
|
||||
abstractCounter_Inc->setObjectName("abstractCounter_Inc");
|
||||
|
||||
gridLayout_4->addWidget(abstractCounter_Inc, 1, 1, 1, 1);
|
||||
|
|
Loading…
Reference in a new issue