Fix a compil issue on GTK

This commit is contained in:
jean-pierre charras 2023-01-04 13:15:56 +01:00
parent d0f9ce897e
commit 575a84f76c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void PANEL_SETUP_PINMAP::reBuildMatrixPanel()
#ifdef __WXMAC__
charSize += { 0, 2 };
#elif defined( __WXGTK__ )
offset += { -6, -3 };
offset += wxPoint( -6, -3 );
#endif
for( int ii = 0; ii < ELECTRICAL_PINTYPES_TOTAL; ii++ )