mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
More hacking on Widgets.
This commit is contained in:
parent
aee66e0119
commit
f337616741
Notes:
sideshowbarker
2024-07-19 18:51:06 +09:00
Author: https://github.com/awesomekling
Commit: f337616741
15 changed files with 135 additions and 19 deletions
|
@ -6,6 +6,8 @@
|
|||
Widget::Widget(Widget* parent)
|
||||
: Object(parent)
|
||||
{
|
||||
m_backgroundColor = Color(255, 255, 255);
|
||||
m_foregroundColor = Color(0, 0, 0);
|
||||
}
|
||||
|
||||
Widget::~Widget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue