← Back to team overview

kicad-developers team mailing list archive

Re: [BUGFIX] Segfault on pin editor

 

On Wed, Aug 22, 2012 at 10:03:42PM +0200, Lorenzo Marcantonio wrote:

Sorry, the variable is clipBox, not clipbox...

=== modified file 'common/drawtxt.cpp'
--- common/drawtxt.cpp  2012-06-09 09:38:58 +0000
+++ common/drawtxt.cpp  2012-08-22 19:58:53 +0000
@@ -392,7 +392,7 @@
             aCallback( current_char_pos.x, current_char_pos.y, end.x, end.y );
         }
         else
-            GRLine( aPanel->GetClipBox(), aDC,
+            GRLine( clipBox, aDC,
                     current_char_pos.x, current_char_pos.y, end.x, end.y, aWidth, aColor );
 
         return;


-- 
Lorenzo Marcantonio
Logos Srl


References