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)
xImageFactor(1.0), xImageFactor(1.0),
yImageFactor(1.0), yImageFactor(1.0),
imageLoggingEnabled(false), imageLoggingEnabled(false),
imageRequested(false) imageRequested(false),
image(NULL) image(NULL)
{ {
// Set auto fill to false // Set auto fill to false
setAutoFillBackground(false); setAutoFillBackground(false);

Loading…
Cancel
Save