mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 00:26:45 +00:00
FP Text Grid: avoid ambiguous fallthrough
Works, but bug-prone and suspicious looking.
This commit is contained in:
parent
00885ab5b2
commit
fa84575510
@ -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…
Reference in New Issue
Block a user