Skip to content

Commit 75ecf1c

Browse files
authored
Merge pull request #33 from ManiVaultStudio/feature/fix-32
Fixes #32 Loading properties from "var" can cause crashes when using dimension selection
2 parents 0d2f04a + e48c21d commit 75ecf1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HDF5_AD_Loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static void LoadProperties(H5::Group &group, H5AD::LoaderInfo &datasetInfo)
227227
label += " (label)";
228228
if (labels.size())
229229
{
230-
filterValues(labels, datasetInfo._selectedDimensionsLUT);
230+
// it shouldn't be needed to filter the labels since they are based on the values which where already filtered.
231231
propertyMap[label] = labels;
232232
}
233233
}

0 commit comments

Comments
 (0)