mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Finish of that last bit of work
This commit is contained in:
parent
a5740df0a9
commit
b5bf202f45
@ -965,7 +965,6 @@ void gGraphView::paintGL()
|
||||
|
||||
bool render_cube = false; //PROFILE.appearance->animations(); // do something to
|
||||
|
||||
|
||||
if (width() <= 0) { return; }
|
||||
if (height() <= 0) { return; }
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <QRect>
|
||||
#include <QPixmapCache>
|
||||
|
||||
#ifdef BROKEN_OPENGL_BUILD
|
||||
#ifndef BROKEN_OPENGL_BUILD
|
||||
#include <QGLWidget>
|
||||
#endif
|
||||
|
||||
|
@ -308,6 +308,11 @@ void MainWindow::Startup()
|
||||
{
|
||||
qDebug() << STR_TR_SleepyHeadVersion.toLocal8Bit().data() << "built with Qt" << QT_VERSION_STR <<
|
||||
"on" << __DATE__ << __TIME__;
|
||||
|
||||
#ifdef BROKEN_OPENGL_BUILD
|
||||
qDebug() << "This build has been created especially for computers with older graphics hardware.\n"
|
||||
#endif
|
||||
|
||||
qstatus->setText(tr("Loading Data"));
|
||||
qprogress->show();
|
||||
//qstatusbar->showMessage(tr("Loading Data"),0);
|
||||
|
@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION,4) {
|
||||
|
||||
#Windows XP with older intel cards needs the following variable defined
|
||||
#It slows other platforms down way too much
|
||||
DEFINES += BROKEN_OPENGL_BUILD
|
||||
#DEFINES += BROKEN_OPENGL_BUILD
|
||||
contains(DEFINES, BROKEN_OPENGL_BUILD) {
|
||||
message("Building with QWidget gGraphView")
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user