Browse Source

QuickShow: Don't disable background fill

Andreas Kling 5 years ago
parent
commit
f276030969
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Applications/QuickShow/QSWidget.cpp

+ 0 - 1
Applications/QuickShow/QSWidget.cpp

@@ -19,7 +19,6 @@ QSWidget::~QSWidget()
 
 void QSWidget::set_bitmap(NonnullRefPtr<GraphicsBitmap> bitmap)
 {
-    set_fill_with_background_color(bitmap->has_alpha_channel());
     m_bitmap = move(bitmap);
 }