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

(cherry picked from commit b8986709bf)
This commit is contained in:
Jeff Young 2023-05-27 21:25:36 +01:00
parent 06f17d9415
commit d09f88d53b
1 changed files with 1 additions and 1 deletions

View File

@ -1907,7 +1907,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;