Fix InheritsForegroundColour method name
This commit is contained in:
@@ -1151,7 +1151,7 @@ public:
|
||||
{
|
||||
return m_hasFgCol;
|
||||
}
|
||||
bool InheritsForgroundColour() const
|
||||
bool InheritsForegroundColour() const
|
||||
{
|
||||
return m_inheritFgCol;
|
||||
}
|
||||
|
Reference in New Issue
Block a user