mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-14 18:59:34 +00:00
Gerbview: fix a minor log warning.
This commit is contained in:
parent
6b039bc99e
commit
6e9990449f
@ -125,7 +125,9 @@ void GERBER_LAYER_WIDGET::ReFillRender()
|
||||
{
|
||||
if( renderRows[row].color != COLOR4D::UNSPECIFIED ) // does this row show a color?
|
||||
renderRows[row].color = myframe->GetVisibleElementColor( renderRows[row].id );
|
||||
renderRows[row].state = myframe->IsElementVisible( renderRows[row].id );
|
||||
|
||||
if( renderRows[row].id ) // if not the separator
|
||||
renderRows[row].state = myframe->IsElementVisible( renderRows[row].id );
|
||||
}
|
||||
|
||||
AppendRenderRows( renderRows, DIM(renderRows) );
|
||||
|
Loading…
Reference in New Issue
Block a user