Refractor drawing grid

This commit is contained in:
2025-05-27 16:16:30 +02:00
parent e587d84e05
commit 6069ebbbac
4 changed files with 133 additions and 115 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ class ImageWidgetGL : public QOpenGLWidget, public ImageWidget
GLuint m_debayerTex = 0;
std::shared_ptr<RawImage> m_rawImage;
std::shared_ptr<WCSDataT> m_wcs;
QPainterPath m_grid;
QPainterPath m_text;
SkyGrid m_grid;
int m_width, m_height;
int m_imgWidth = -1, m_imgHeight = -1;
int m_currentImg = 0;