[fixes #1090] Make updateTabPosition public
We will need this in the next commit
This commit is contained in:
parent
f06ad1ec35
commit
dc6c5d8c4a
@ -294,7 +294,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
||||
fireComponentChangeEvent(ComponentChangeEvent.MASS_CHANGE);
|
||||
}
|
||||
|
||||
protected void updateTabPosition(){
|
||||
public void updateTabPosition(){
|
||||
this.tabPosition = this.tabOffsetMethod.getAsPosition(tabOffset, tabLength, length);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user