implement joystick item switching

This commit is contained in:
uvos 2022-02-02 13:36:30 +01:00
parent 00bfa72455
commit 7a61dc9368
8 changed files with 61 additions and 41 deletions

View file

@ -73,7 +73,6 @@ void ItemWidget::deleteItem()
void ItemWidget::setValue(int8_t value)
{
moveToValue(value);
if(auto workingItem = item_.lock())
workingItem->setValue(value);
else