eeschema-gal: implement IsBackgroundDark()
This commit is contained in:
parent
0d720fdeff
commit
7e1458a9ce
|
@ -231,6 +231,11 @@ public:
|
|||
update(); // recompute other shades of the color
|
||||
}
|
||||
|
||||
virtual bool IsBackgroundDark() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Function update
|
||||
|
|
Loading…
Reference in New Issue