From 3411bf55fac0e17fa80d12a0fd2b288346b2724e Mon Sep 17 00:00:00 2001 From: karel <5636152+karel@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:22:01 +0300 Subject: Revert "Added switch button for bool types" This reverts commit 007923c64d2505b37dffb8e11cb1e3ecf4e489eb. --- grc/gui/canvas/param.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'grc/gui/canvas/param.py') diff --git a/grc/gui/canvas/param.py b/grc/gui/canvas/param.py index 2ff714c603..5777423c68 100644 --- a/grc/gui/canvas/param.py +++ b/grc/gui/canvas/param.py @@ -46,9 +46,6 @@ class Param(CoreParam): elif dtype == 'enum': input_widget_cls = ParamWidgets.EnumParam - elif dtype == 'bool': - input_widget_cls = ParamWidgets.BoolParam - elif self.options: input_widget_cls = ParamWidgets.EnumEntryParam -- cgit v1.2.3