mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-06 16:19:40 +00:00
LibGUI: Don't fill widgets with background color by defualt.
This commit is contained in:
parent
6836e21d1c
commit
5d69bf06d2
Notes:
sideshowbarker
2024-07-19 15:05:30 +09:00
Author: https://github.com/awesomekling
Commit: 5d69bf06d2
14 changed files with 12 additions and 16 deletions
|
@ -7,7 +7,6 @@
|
|||
GButton::GButton(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_fill_with_background_color(false);
|
||||
}
|
||||
|
||||
GButton::~GButton()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue