1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-13 18:35:11 +02:00

Only create/copy the sub-images when OpenGL is used

This commit is contained in:
2018-08-23 09:08:59 +02:00
parent d4b46a4bb6
commit 3176271955
7 changed files with 126 additions and 110 deletions

View File

@ -142,6 +142,7 @@ private:
#ifdef ENABLE_HIDPI
qreal _ratio;
#endif // ENABLE_HIDPI
bool _opengl;
};
#endif // MAPVIEW_H