Skip to content

Commit

Permalink
Declaration, fixes #162
Browse files Browse the repository at this point in the history
  • Loading branch information
dagewa committed Apr 17, 2020
1 parent b838276 commit 49d4923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dui/outputs_n_viewers/img_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def mousePressEvent(self, event):

def mouseReleaseEvent(self, event):

mask_item = None
if self.my_parent.chk_box_mask.isChecked():
mask_item = build_mask_item(self)

Expand Down

0 comments on commit 49d4923

Please sign in to comment.