diff Framework/Viewport/WidgetViewport.cpp @ 561:1201b12eb9f8 dev

merge default -> dev
author Alain Mazy <alain@mazy.be>
date Thu, 18 Apr 2019 09:30:00 +0200
parents 3b4df9925db6 aaeec7be8fb7
children 4f2416d519b4
line wrap: on
line diff
--- a/Framework/Viewport/WidgetViewport.cpp	Wed Apr 17 16:13:42 2019 +0200
+++ b/Framework/Viewport/WidgetViewport.cpp	Thu Apr 18 09:30:00 2019 +0200
@@ -90,7 +90,7 @@
   void WidgetViewport::SetSize(unsigned int width,
                                unsigned int height)
   {
-    background_.SetSize(width, height);
+    background_.SetSize(width, height, false /* no alpha */);
 
     if (centralWidget_.get() != NULL)
     {