# Stage 1.8.1
- Add Removable to containers (Only used for ID Objs) - Add Counts for specific Object types to have for example multiple buttons with same name - Readd Background as accidently deleted it
This commit is contained in:
@ -140,6 +140,8 @@ class Menu : public SmartCtor<Menu> {
|
||||
std::vector<Container::Ref> objects;
|
||||
std::vector<Container::Ref> idobjs;
|
||||
std::vector<Container*> join;
|
||||
int count_btn = 0;
|
||||
int count_cbx = 0;
|
||||
|
||||
// DrawLists
|
||||
DrawList::Ref back;
|
||||
|
Reference in New Issue
Block a user