Fix StreamerConfig import issue
This commit is contained in:
parent
fbcefeb46f
commit
a512aa4981
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user