generated from cpp-best-practices/gui_starter_template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
So right now we have a drop down.
But the filters only allow one selection at a time. So in the past I've done vector of bool and used the values to choose what is enabled or not.
So this might not be that hard to just change the type to a vector instead of a single value. and make the code work with a vector.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request