Every time I search for SCH_TEXT* it doesn't work....

This commit is contained in:
Jeff Young 2023-05-27 21:25:36 +01:00
parent 81d7428fd2
commit b8986709bf
1 changed files with 1 additions and 1 deletions

View File

@ -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;