mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02: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 m_urlAttr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return nullptr;
|
||||||
|
|
||||||
case FPT_WIDTH:
|
case FPT_WIDTH:
|
||||||
case FPT_HEIGHT:
|
case FPT_HEIGHT:
|
||||||
case FPT_THICKNESS:
|
case FPT_THICKNESS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user