Skip to content

Commit

Permalink
fix: removed unnecessary lines postprocess segm dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Nov 20, 2024
1 parent 4395b6e commit b69c3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cellacdc/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6456,8 +6456,8 @@ def setPosData(self):

self.mainWin.storeUndoRedoStates(False)
self.posData = self.mainWin.data[self.mainWin.pos_i]
self.img.setCurrentPosIndex(self.pos_i)
self.img.minMaxValuesMapper = self.mainWin.img1.minMaxValuesMapper
# self.img.setCurrentPosIndex(self.pos_i)
# self.img.minMaxValuesMapper = self.mainWin.img1.minMaxValuesMapper
self.origLab = self.posData.lab.copy()
self.origRp = skimage.measure.regionprops(self.origLab)
self.origObjs = {obj.label:obj for obj in self.origRp}
Expand Down

0 comments on commit b69c3a9

Please sign in to comment.