Fix StreamerConfig import issue

This commit is contained in:
SiboVG 2022-04-28 00:19:13 +02:00
parent fbcefeb46f
commit a512aa4981

View File

@ -58,7 +58,7 @@ public class Streamer extends RecoveryDevice {
if (MathUtil.equals(this.stripWidth, stripWidth)) if (MathUtil.equals(this.stripWidth, stripWidth))
return; return;
this.stripWidth = stripWidth; this.stripWidth = stripWidth;
this.length = stripWidth;
clearPreset(); clearPreset();
fireComponentChangeEvent(ComponentChangeEvent.BOTH_CHANGE); fireComponentChangeEvent(ComponentChangeEvent.BOTH_CHANGE);
} }