Browse Source

FP Text Grid: avoid ambiguous fallthrough

Works, but bug-prone and suspicious looking.
newinvert
Mike Williams 2 years ago
parent
commit
fa84575510
  1. 2
      pcbnew/fp_text_grid_table.cpp

2
pcbnew/fp_text_grid_table.cpp

@ -220,6 +220,8 @@ wxGridCellAttr* FP_TEXT_GRID_TABLE::GetAttr( int aRow, int aCol, wxGridCellAttr:
return m_urlAttr;
}
return nullptr;
case FPT_WIDTH:
case FPT_HEIGHT:
case FPT_THICKNESS:

Loading…
Cancel
Save