Don't clip table borders.

(cherry picked from commit 6ac5ca7fc4f05e436e3e4c9078efaacd9582d242)
This commit is contained in:
Jeff Young 2025-07-31 13:45:55 +01:00
parent f27ed9857c
commit 0da6ca2300

View File

@ -132,6 +132,7 @@ void GRID_CELL_STC_EDITOR::SetSize( const wxRect& aRect )
rect.Offset( -1, 3 );
#else
rect.Offset( 1, 3 );
rect.SetWidth( rect.GetWidth() - 1 );
rect.SetHeight( rect.GetHeight() - 4 );
#endif
wxGridCellEditor::SetSize( rect );