Skip to content

Commit

Permalink
Update ns_ddx_figure.py
Browse files Browse the repository at this point in the history
Ver 2.3.3(b)
  • Loading branch information
yuhsukeogawa authored Dec 17, 2024
1 parent 859fb7b commit bef55d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ns_ddx_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2678,8 +2678,8 @@ def __init__(self):
print('ns_ddx_figure_extended()')

def add_shape(self,shape_type,shape_left, shape_top, shape_width, shape_hight,shape_text):

self.add_shape_write_array.append([shape_type,shape_left, shape_top, shape_width, shape_hight,shape_text])
if self.click_value_l3 == 'L3-4-1': # add ver 2.3.3(b)
self.add_shape_write_array.append([shape_type,shape_left, shape_top, shape_width, shape_hight,shape_text])

'''Default Parameter'''
self.shape = self.shape.add_shape(MSO_SHAPE.ROUNDED_RECTANGLE, Inches(shape_left), Inches(shape_top), Inches(shape_width), Inches(shape_hight))
Expand Down

0 comments on commit bef55d2

Please sign in to comment.