Tweak GRID_CELL_STC_EDITOR offset on GTK.
This commit is contained in:
parent
affcfed677
commit
ab531a33d9
|
@ -123,6 +123,8 @@ void GRID_CELL_STC_EDITOR::SetSize( const wxRect& aRect )
|
||||||
|
|
||||||
#if defined( __WXMSW__ )
|
#if defined( __WXMSW__ )
|
||||||
rect.Offset( -1, 1 );
|
rect.Offset( -1, 1 );
|
||||||
|
#elif defined( __WXGTK__ )
|
||||||
|
rect.Offset( -1, 3 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxGridCellEditor::SetSize( rect );
|
wxGridCellEditor::SetSize( rect );
|
||||||
|
|
Loading…
Reference in New Issue