Start with status as ' ' to precache font

This commit is contained in:
Matt Keeter 2014-03-14 21:52:29 -04:00
parent cbc6d7f0af
commit 79531e92ea

View file

@ -10,7 +10,7 @@
Canvas::Canvas(const QGLFormat& format, QWidget *parent) Canvas::Canvas(const QGLFormat& format, QWidget *parent)
: QGLWidget(format, parent), mesh(NULL), : QGLWidget(format, parent), mesh(NULL),
scale(1), tilt(90), yaw(0) scale(1), tilt(90), yaw(0), status(" ")
{ {
// Nothing to do here // Nothing to do here
} }