eeschema-gal: implement IsBackgroundDark()

This commit is contained in:
Tomasz Wlostowski 2018-08-03 11:05:15 +02:00 committed by Jeff Young
parent 0d720fdeff
commit 7e1458a9ce
1 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,11 @@ public:
update(); // recompute other shades of the color
}
virtual bool IsBackgroundDark() const
{
return false;
}
protected:
/**
* Function update