1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00

QuickShow: Don't disable background fill

This commit is contained in:
Andreas Kling 2019-12-19 20:26:20 +01:00
parent 6425b8714a
commit f276030969

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