Skip to content

Commit

Permalink
ProfileExtractionDialog: image item is not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Feb 5, 2024
1 parent bed5683 commit b9eba4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdl/core/gui/profiledialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def set_obj(self, obj: ImageObj):
item.set_readonly(True)
item.set_resizable(False)
item.set_rotatable(False)
item.set_selectable(False)
plot = self.get_plot()
plot.add_item(item)
plot.set_active_item(item)
Expand Down

0 comments on commit b9eba4d

Please sign in to comment.