Fix: tool position window glitch on Linux (#12195)

fill buffer
This commit is contained in:
yw4z
2026-02-09 17:07:51 +03:00
committed by GitHub
parent 084c58f365
commit 9604b01656

View File

@@ -600,6 +600,7 @@ void GCodeViewer::SequentialView::Marker::render_position_window(const libvgcode
case libvgcode::EViewType::ActualVolumetricFlowRate: {
// Don't display the actual flow, since it only gives data for the end of a segment
// sprintf(buf, "%s %s%.2f", buf, _u8L("Actual Flow: ").c_str(), vertex.actual_volumetric_rate());
sprintf(buf, "%s %s", buf, " ");
break;
}
case libvgcode::EViewType::ActualSpeed: {