From b8986709bf62ee1a50d977e67c1496eaf5b756b0 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 27 May 2023 21:25:36 +0100 Subject: [PATCH] Every time I search for SCH_TEXT* it doesn't work.... --- eeschema/sch_painter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 0496457255..81d3a3446e 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -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;