Start with status as ' ' to precache font
This commit is contained in:
parent
cbc6d7f0af
commit
79531e92ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue