Skip to content

Commit

Permalink
Merge pull request #4979 from jburel/test_5_2
Browse files Browse the repository at this point in the history
figure test
  • Loading branch information
jburel authored Dec 12, 2016
2 parents 258a1fa + 2b684af commit b722485
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ def addRectangleRoi(updateService, x, y, width, height, imageId):
rect.y = omero.rtypes.rdouble(y)
rect.width = omero.rtypes.rdouble(width)
rect.height = omero.rtypes.rdouble(height)
rect.theZ = omero.rtypes.rint(0)
rect.theT = omero.rtypes.rint(0)
rect.locked = omero.rtypes.rbool(True) # don't allow editing
rect.strokeWidth = omero.model.LengthI()
rect.strokeWidth.setValue(1.0)
Expand Down

0 comments on commit b722485

Please sign in to comment.