diff -r 30204975694a -r 64ea7282611e src/ui/canvas.cpp --- a/src/ui/canvas.cpp Mon May 16 01:40:49 2022 +0300 +++ b/src/ui/canvas.cpp Tue May 24 16:11:10 2022 +0300 @@ -320,6 +320,7 @@ }; this->gridPlane = geom::planeFromTriangle(triangle); this->gridProgram->setGridMatrix(this->gridMatrix); + this->update(); } /**