We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d001c9 commit 4763f2cCopy full SHA for 4763f2c
src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java
@@ -240,15 +240,6 @@ public int getValue() {
240
return value;
241
}
242
243
- /**
244
- * Returns the style bits that should be used for the input text field. Defaults
245
- * to a single line entry. Subclasses may override.
246
- *
247
- * @return the integer style bits that should be used when creating the input
248
- * text
249
250
- * @since 3.4
251
- */
252
protected int getScaleStyle() {
253
return SWT.HORIZONTAL;
254
0 commit comments