Browse Source

Minor changes

QGC4.4
Lorenz Meier 12 years ago
parent
commit
bcb61f43a1
  1. 4
      src/ui/HUD.cc

4
src/ui/HUD.cc

@ -114,8 +114,8 @@ HUD::HUD(int width, int height, QWidget* parent) @@ -114,8 +114,8 @@ HUD::HUD(int width, int height, QWidget* parent)
xImageFactor(1.0),
yImageFactor(1.0),
imageLoggingEnabled(false),
imageRequested(false)
image(NULL)
imageRequested(false),
image(NULL)
{
// Set auto fill to false
setAutoFillBackground(false);

Loading…
Cancel
Save