Bug Fix: Additional Viewports do auto load remaining stacks...

This commit is contained in:
Emanuel F. Oliveira 2017-01-19 17:28:58 -02:00
parent 64b511375e
commit 2ed30ee592

View File

@ -270,7 +270,7 @@ export class LayoutManager {
}) || this.studies[0]; }) || this.studies[0];
// Get the display sets // Get the display sets
const displaySets = currentStudy.series; const displaySets = currentStudy.displaySets;
// Get the current display set // Get the current display set
const displaySet = _.findWhere(displaySets, { const displaySet = _.findWhere(displaySets, {