mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
QuickShow: Don't disable background fill
This commit is contained in:
parent
6425b8714a
commit
f276030969
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ QSWidget::~QSWidget()
|
||||||
|
|
||||||
void QSWidget::set_bitmap(NonnullRefPtr<GraphicsBitmap> bitmap)
|
void QSWidget::set_bitmap(NonnullRefPtr<GraphicsBitmap> bitmap)
|
||||||
{
|
{
|
||||||
set_fill_with_background_color(bitmap->has_alpha_channel());
|
|
||||||
m_bitmap = move(bitmap);
|
m_bitmap = move(bitmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue