Skip to content

Commit

Permalink
[gui] fix java docs / comment out two calls
Browse files Browse the repository at this point in the history
  • Loading branch information
f-knorr committed Oct 31, 2017
1 parent 0eccd8f commit 610eac7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1771,8 +1771,8 @@ public int getMinimumDisplayDigits() {
}

/**
* Specify the mimimum number of digits used to calculate the preferred
* width of the component. Default is 3.
* Specify the minimum number of digits used to calculate the preferred
* width of the component.
*
* @param minimumDisplayDigits the number digits used in the preferred
* width calculation
Expand Down Expand Up @@ -1918,8 +1918,8 @@ public void changedUpdate(DocumentEvent e) {

@Override
public void insertUpdate(DocumentEvent e) {
setPreferredWidth();
documentChanged();
//setPreferredWidth();
//documentChanged();
}

@Override
Expand Down

0 comments on commit 610eac7

Please sign in to comment.