QuickShow: Don't disable background fill

This commit is contained in:
Andreas Kling 2019-12-19 20:26:20 +01:00
commit f276030969
Notes: sideshowbarker 2024-07-19 10:48:12 +09:00

View file

@ -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);
}