Tweak GRID_CELL_STC_EDITOR offset on GTK.

(cherry picked from commit ab531a33d9)
This commit is contained in:
Alex Shvartzkop
2024-04-14 01:19:55 +03:00
parent f5954b0d7d
commit cc141e346d
+2
View File
@@ -123,6 +123,8 @@ void GRID_CELL_STC_EDITOR::SetSize( const wxRect& aRect )
#if defined( __WXMSW__ )
rect.Offset( -1, 1 );
#elif defined( __WXGTK__ )
rect.Offset( -1, 3 );
#endif
wxGridCellEditor::SetSize( rect );