Skip to content

Commit c1b7899

Browse files
author
Thomas Fish
committed
Fixed some missed capitals
1 parent aefd1fa commit c1b7899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bioformats/omexml.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,10 @@ def set_roi_count(self, value):
15751575
new_Rectangle.set_StrokeColor(-16776961) # Default = Red
15761576
new_Rectangle.set_StrokeWidth(20)
15771577
new_Rectangle.set_Text(str(iteration))
1578-
new_Rectangle.set_width(512)
1579-
new_Rectangle.set_height(512)
1580-
new_Rectangle.set_x(0)
1581-
new_Rectangle.set_y(0)
1578+
new_Rectangle.set_Width(512)
1579+
new_Rectangle.set_Height(512)
1580+
new_Rectangle.set_X(0)
1581+
new_Rectangle.set_Y(0)
15821582

15831583
roi_count = property(get_roi_count, set_roi_count)
15841584

0 commit comments

Comments
 (0)