mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 00:41:18 -06:00
IswaGroup has own dataProcessor
This commit is contained in:
@@ -75,7 +75,7 @@ void renderOptionProperty(Property* prop) {
|
||||
void renderSelectionProperty(Property* prop) {
|
||||
SelectionProperty* p = static_cast<SelectionProperty*>(prop);
|
||||
std::string name = p->guiName();
|
||||
|
||||
|
||||
if (ImGui::CollapsingHeader((name).c_str())) {
|
||||
const std::vector<SelectionProperty::Option>& options = p->options();
|
||||
std::vector<int> newSelectedIndices;
|
||||
|
||||
Reference in New Issue
Block a user