Fix compile issue on Linux
This commit is contained in:
parent
49aa2503a0
commit
a7f3462637
|
@ -105,7 +105,7 @@ bool GRID_TRICKS::showEditor( int aRow, int aCol )
|
||||||
{
|
{
|
||||||
wxArrayInt rows = m_grid->GetSelectedRows();
|
wxArrayInt rows = m_grid->GetSelectedRows();
|
||||||
|
|
||||||
if( rows.size() != 1 || rows.at( 0 ) != aRow )
|
if( rows.size() != 1 || rows.Item( 0 ) != aRow )
|
||||||
m_grid->SelectRow( aRow );
|
m_grid->SelectRow( aRow );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue