[fixes #1090] Make updateTabPosition public

We will need this in the next commit
This commit is contained in:
Sibo Van Gool 2022-01-29 19:07:06 +01:00
parent f06ad1ec35
commit dc6c5d8c4a

View File

@ -294,7 +294,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
fireComponentChangeEvent(ComponentChangeEvent.MASS_CHANGE); fireComponentChangeEvent(ComponentChangeEvent.MASS_CHANGE);
} }
protected void updateTabPosition(){ public void updateTabPosition(){
this.tabPosition = this.tabOffsetMethod.getAsPosition(tabOffset, tabLength, length); this.tabPosition = this.tabOffsetMethod.getAsPosition(tabOffset, tabLength, length);
} }