mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Don't clip table borders.
(cherry picked from commit 6ac5ca7fc4f05e436e3e4c9078efaacd9582d242)
This commit is contained in:
parent
f27ed9857c
commit
0da6ca2300
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user