We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b368 commit 50f3834Copy full SHA for 50f3834
src/chart/rendering/drawinterlacing.cpp
@@ -148,7 +148,7 @@ void DrawInterlacing::draw(
148
auto iMin =
149
axisBottom > 0
150
? std::floor(-axis.origo() / (2 * stripWidth)) * 2
151
- : axis.range.getMin() - stepSize;
+ : std::round(axis.range.getMin() - stepSize);
152
153
auto interlaceCount = 0U;
154
const auto maxInterlaceCount = 1000U;
test/e2e/tests/config_tests.json
@@ -59,7 +59,7 @@
59
"refs": ["b26b94f"]
60
},
61
"channel_ranges/meas_axis": {
62
- "refs": ["71d11f5"]
+ "refs": ["7e9e5ba"]
63
}
64
65
0 commit comments