Every time I search for SCH_TEXT* it doesn't work....
This commit is contained in:
parent
81d7428fd2
commit
b8986709bf
|
@ -2032,7 +2032,7 @@ void SCH_PAINTER::draw( const SCH_SHAPE* aShape, int aLayer )
|
|||
}
|
||||
|
||||
|
||||
void SCH_PAINTER::draw( const SCH_TEXT *aText, int aLayer )
|
||||
void SCH_PAINTER::draw( const SCH_TEXT* aText, int aLayer )
|
||||
{
|
||||
bool drawingShadows = aLayer == LAYER_SELECTION_SHADOWS;
|
||||
bool drawingDangling = aLayer == LAYER_DANGLING;
|
||||
|
|
Loading…
Reference in New Issue