Skip to content

Commit

Permalink
Update StyledTextField.java
Browse files Browse the repository at this point in the history
Improved vertical white space pattern.
  • Loading branch information
Jugen authored Jan 8, 2020
1 parent 63cda11 commit 2f8a72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class StyledTextField<PS, S> extends StyledTextArea
{
private final Pattern VERTICAL_WHITESPACE = Pattern.compile( "\\v" );
private final Pattern VERTICAL_WHITESPACE = Pattern.compile( "\\v+" );
private final static String STYLE_SHEET;
private final static double HEIGHT;
static {
Expand Down

0 comments on commit 2f8a72b

Please sign in to comment.