mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
This commit is contained in:
@@ -14,6 +14,7 @@ GTableView::GTableView(GWidget* parent)
|
||||
: GAbstractColumnView(parent)
|
||||
{
|
||||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
}
|
||||
|
||||
GTableView::~GTableView()
|
||||
|
||||
Reference in New Issue
Block a user