FP Text Grid: avoid ambiguous fallthrough

Works, but bug-prone and suspicious looking.
This commit is contained in:
Mike Williams 2023-06-20 19:23:10 -04:00
parent 00885ab5b2
commit fa84575510
1 changed files with 2 additions and 0 deletions

View File

@ -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: