one more small fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17904 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-06-22 00:30:39 +00:00
parent ce181bb0cd
commit fd8b7ce55a
+2 -2
View File
@@ -53,7 +53,7 @@ void
Icon::ShapeAdded(Shape* shape)
{
shape->AddObserver(this);
_NotifyAreaInvalidated(shape->Bounds());
_NotifyAreaInvalidated(shape->Bounds(true));
}
// ShapeRemoved
@@ -61,7 +61,7 @@ void
Icon::ShapeRemoved(Shape* shape)
{
shape->RemoveObserver(this);
_NotifyAreaInvalidated(shape->Bounds());
_NotifyAreaInvalidated(shape->Bounds(true));
}
// ObjectChanged