diff -r 922662adb72a -r 30204975694a src/ui/canvas.cpp --- a/src/ui/canvas.cpp Thu Apr 14 11:08:20 2022 +0300 +++ b/src/ui/canvas.cpp Mon May 16 01:40:49 2022 +0300 @@ -290,6 +290,11 @@ return this->selection; } +const glm::mat4 &Canvas::getGridMatrix() const +{ + return this->gridMatrix; +} + /** * @brief Paints a circle at where @c worldPoint is located on the screen. * @param painter Painter to use to render