Browse Source

* TCollection.Exchange also needs to notify

git-svn-id: trunk@22258 -
michael 13 years ago
parent
commit
445ec2672a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/classes/collect.inc

+ 1 - 0
rtl/objpas/classes/collect.inc

@@ -419,6 +419,7 @@ procedure TCollection.Exchange(Const Index1, index2: integer);
 
 begin
   FItems.Exchange(Index1,Index2);
+  FPONotifyObservers(Self,ooChanged,Nil);
 end;