Skip to content

Commit

Permalink
remove cb from gui
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Mar 4, 2025
1 parent 47a67be commit dae9679
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@
)

layout = Container(widgets=[processing_field, colormap_field], widget_id="layout_widget")


@need_processing.value_changed
def processing_switched(is_switched):
if is_switched:
colormap_select.enable()
else:
colormap_select.disable()

0 comments on commit dae9679

Please sign in to comment.