mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
QuickShow: Don't disable background fill
This commit is contained in:
parent
6425b8714a
commit
f276030969
Notes:
sideshowbarker
2024-07-19 10:48:12 +09:00
Author: https://github.com/awesomekling
Commit: f276030969
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue