Fix actions not showing the provider and not showing anything when dragging actions without icons (#11897)

This commit is contained in:
DrSmugleaf
2022-10-13 19:14:53 +02:00
committed by GitHub
parent 058260cf75
commit 69bee529c5
4 changed files with 210 additions and 62 deletions

View File

@@ -42,7 +42,7 @@ public class ActionButtonContainer : GridContainer
if (action == null)
continue;
((ActionButton) GetChild(i)).UpdateData(_entityManager, action);
((ActionButton) GetChild(i)).UpdateData(action);
}
}