Dismiss signed index warning in opengl_gal.cpp
This commit is contained in:
parent
91c8201b8b
commit
71263c32e8
|
@ -2,7 +2,7 @@
|
|||
* This program source code file is part of KICAD, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2012 Torsten Hueter, torstenhtr <at> gmx.de
|
||||
* Copyright (C) 2012-2016 Kicad Developers, see change_log.txt for contributors.
|
||||
* Copyright (C) 2012-2016 Kicad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 2013-2016 CERN
|
||||
* @author Maciej Suminski <maciej.suminski@cern.ch>
|
||||
*
|
||||
|
@ -1355,7 +1355,7 @@ int OPENGL_GAL::drawBitmapChar( unsigned long aChar )
|
|||
void OPENGL_GAL::drawBitmapOverbar( double aLength, double aHeight )
|
||||
{
|
||||
// To draw an overbar, simply draw an overbar
|
||||
const bitmap_glyph& GLYPH = bitmap_chars['_'];
|
||||
const bitmap_glyph& GLYPH = bitmap_chars[(unsigned char) '_'];
|
||||
const float H = GLYPH.maxy - GLYPH.miny;
|
||||
|
||||
Save();
|
||||
|
|
Loading…
Reference in New Issue