Skip to content

Commit

Permalink
do not show live preview checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Dec 1, 2021
1 parent a1a0251 commit f17b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhdx/web/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ class ColorTransformControl(PyHDXControlPanel):
#apply = param.Action(lambda self: self._action_apply())
no_coverage = param.Color(default='#8c8c8c', doc='Color to use for regions of no coverage')

live_preview = param.Boolean(default=True, doc='Toggle live preview on/off')
live_preview = param.Boolean(default=True, doc='Toggle live preview on/off', precedence=-1)

color_transform_name = param.String('', doc='Name for the color transform to add')
apply_colormap = param.Action(lambda self: self._action_apply_colormap(), label='Update color transform')
Expand Down

0 comments on commit f17b0ab

Please sign in to comment.