diff --git a/src/ViewportWidget.cpp b/src/ViewportWidget.cpp index 07124df..4e508be 100644 --- a/src/ViewportWidget.cpp +++ b/src/ViewportWidget.cpp @@ -136,6 +136,9 @@ void ViewportWidget::paintGL() glLoadMatrixf(model.constData()); if (m_isSelectingPlane) { + if (m_highlightedPlane != SketchPlane::NONE) { + m_sketchGrid->paintGL(static_cast(m_highlightedPlane), projection, model); + } drawSelectionPlanes(); }