修复若干bug
This commit is contained in:
@@ -382,7 +382,7 @@ std::shared_ptr<Curve> Curve::Builder::build() {
|
||||
PROP_R(bool, visible_range_only)
|
||||
PROP_R(bool, antialias)
|
||||
PROP_R(Line_Interpolation_Mode, interpolation_mode)
|
||||
PROP_R(Line_Sampling_Mode, sample_mode)
|
||||
PROP_R(Line_Sampling_Strategy, sample_mode)
|
||||
if (sc->data_range.length() == 0.0)
|
||||
sc->data_range = {0.0, 1.0};
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user