Skip to content

Commit

Permalink
fix: do not keep space of lut overlay channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Apr 26, 2024
1 parent a301377 commit 3e0aef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellacdc/gui.py
Expand Up @@ -23718,7 +23718,7 @@ def setOverlayLabelsItemsVisible(self, checked):
gradItem.show()

def setRetainSizePolicyLutItems(self):
if self.retainSizeLutItems:
if not self.retainSizeLutItems:
return
for channel, items in self.overlayLayersItems.items():
_, lutItem, alphaSB = items
Expand Down

0 comments on commit 3e0aef3

Please sign in to comment.