diff options
Diffstat (limited to 'extras/tiopf/gui')
-rw-r--r-- | extras/tiopf/gui/tiListMediators.pas | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/tiopf/gui/tiListMediators.pas b/extras/tiopf/gui/tiListMediators.pas index 566d75f9..92e8c93e 100644 --- a/extras/tiopf/gui/tiListMediators.pas +++ b/extras/tiopf/gui/tiListMediators.pas @@ -441,8 +441,7 @@ end; procedure TStringGridMediator.DoDeleteItemMediator(AIndex: Integer; AMediator: TListItemMediator); begin - {$Warning Implement DeleteColRow in StringGrid } -// FView.DeleteColRow(False,AIndex+1); + FView.DeleteRow(AIndex); inherited DoDeleteItemMediator(AIndex, AMediator); end; |