Skip to content

Commit

Permalink
Merge pull request #315 from Kitware/misc-patches-5
Browse files Browse the repository at this point in the history
misc patches 5
  • Loading branch information
floryst authored Apr 13, 2020
2 parents 88b75a2 + b786879 commit 43c4aff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified data/covid19.glance
Binary file not shown.
1 change: 1 addition & 0 deletions src/store/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default (proxyManager) => ({
state.measurements = remapIdKeys(state.measurements, idMapping);
state.imageToLabelmaps = remapIdKeys(state.imageToLabelmaps, idMapping);
state.labelmapStates = remapIdKeys(state.labelmapStates, idMapping);
state.croppingStates = remapIdKeys(state.croppingStates, idMapping);

Object.keys(state.imageToLabelmaps).forEach((id) => {
state.imageToLabelmaps[id] = remapIdList(
Expand Down

0 comments on commit 43c4aff

Please sign in to comment.