Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Feb 17, 2024
1 parent 8d001c9 commit 4763f2c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,6 @@ public int getValue() {
return value;
}

/**
* Returns the style bits that should be used for the input text field. Defaults
* to a single line entry. Subclasses may override.
*
* @return the integer style bits that should be used when creating the input
* text
*
* @since 3.4
*/
protected int getScaleStyle() {
return SWT.HORIZONTAL;
}
Expand Down

0 comments on commit 4763f2c

Please sign in to comment.