mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 05:40:33 +05:00
INT PAL 53009: 'Remove row' removes 1st row always.
This commit is contained in:
parent
733276c6f7
commit
f573f79fc8
@ -445,7 +445,7 @@ deleteRow()
|
|||||||
{
|
{
|
||||||
QList<int> selRows = selectedRows();
|
QList<int> selRows = selectedRows();
|
||||||
for ( int r = selRows.count()-1; r >= 0; r-- )
|
for ( int r = selRows.count()-1; r >= 0; r-- )
|
||||||
removeRow( r );
|
removeRow( selRows.at(r) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user