Restore no-arg ExponentialSliderWidget ctor.
This is required for dynamic widget creation.
This commit is contained in:
@@ -19,6 +19,9 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
public double ExpA = 1.0e-3;
|
public double ExpA = 1.0e-3;
|
||||||
public double ExpB = 6.908;
|
public double ExpB = 6.908;
|
||||||
|
|
||||||
|
public ExponentialSliderWidget()
|
||||||
|
: base() { }
|
||||||
|
|
||||||
public ExponentialSliderWidget(ExponentialSliderWidget other)
|
public ExponentialSliderWidget(ExponentialSliderWidget other)
|
||||||
: base(other) { }
|
: base(other) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user