mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-05 07:02:51 +02:00
Improved error reporting.
Cosmetics.
This commit is contained in:
@ -462,7 +462,7 @@ void GraphView::useOpenGL(bool use)
|
||||
#ifdef Q_OS_WIN32
|
||||
if (QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA)
|
||||
#endif // Q_OS_WIN32
|
||||
setViewport(new OPENGL_WIDGET);
|
||||
setViewport(new OPENGL_WIDGET);
|
||||
} else
|
||||
setViewport(new QWidget);
|
||||
}
|
||||
|
Reference in New Issue
Block a user