mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 16:09:18 +00:00
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
Block a user