Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nachifur committed May 6, 2021
1 parent bdc8248 commit dae0f75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mulimg_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,8 @@ def show_img(self):
self.img_panel.Children[0].Bind(
wx.EVT_RIGHT_DOWN, self.img_right_click)

if self.ImgManager.layout_params[11] and flag != 1 and self.ImgManager.save_select_move:
if self.ImgManager.layout_params[11] and flag != 1:
self.ImgManager.subtract()
self.ImgManager.save_select_move = 0

# status
if self.ImgManager.type == 2 or ((self.ImgManager.type == 0 or self.ImgManager.type == 1) and self.parallel_sequential.Value):
Expand Down

0 comments on commit dae0f75

Please sign in to comment.