Skip to content

Commit 7610101

Browse files
committed
The thumbwheel is a control widget hence moving to appropriate section
1 parent 7c77f37 commit 7610101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/display/thumbwheel/src/main/java/org/csstudio/display/widget/ThumbwheelWidget.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public class ThumbwheelWidget extends WritablePVWidget {
3636

3737
/** Widget descriptor */
3838
public static final WidgetDescriptor WIDGET_DESCRIPTOR =
39-
new WidgetDescriptor("thumbwheel", WidgetCategory.MONITOR,
39+
new WidgetDescriptor("thumbwheel",
40+
WidgetCategory.CONTROL,
4041
"Thumbwheel",
4142
"/icons/thumbwheel.gif",
4243
"Display a thumbwheel",

app/display/thumbwheel/src/main/java/org/csstudio/display/widget/ThumbwheelWidgetRepresentation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import org.csstudio.display.builder.model.util.VTypeUtil;
1010
import org.csstudio.display.builder.representation.javafx.JFXUtil;
1111
import org.csstudio.display.builder.representation.javafx.widgets.RegionBaseRepresentation;
12-
import org.csstudio.display.widget.thumbwheel.ThumbWheel;
1312
import org.epics.vtype.Display;
1413
import org.epics.vtype.VType;
1514

0 commit comments

Comments
 (0)