Fix actions not showing the provider and not showing anything when dragging actions without icons (#11897)
This commit is contained in:
@@ -42,7 +42,7 @@ public class ActionButtonContainer : GridContainer
|
||||
if (action == null)
|
||||
continue;
|
||||
|
||||
((ActionButton) GetChild(i)).UpdateData(_entityManager, action);
|
||||
((ActionButton) GetChild(i)).UpdateData(action);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user