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:
@@ -53,7 +53,7 @@ void
|
|||||||
Icon::ShapeAdded(Shape* shape)
|
Icon::ShapeAdded(Shape* shape)
|
||||||
{
|
{
|
||||||
shape->AddObserver(this);
|
shape->AddObserver(this);
|
||||||
_NotifyAreaInvalidated(shape->Bounds());
|
_NotifyAreaInvalidated(shape->Bounds(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
// ShapeRemoved
|
// ShapeRemoved
|
||||||
@@ -61,7 +61,7 @@ void
|
|||||||
Icon::ShapeRemoved(Shape* shape)
|
Icon::ShapeRemoved(Shape* shape)
|
||||||
{
|
{
|
||||||
shape->RemoveObserver(this);
|
shape->RemoveObserver(this);
|
||||||
_NotifyAreaInvalidated(shape->Bounds());
|
_NotifyAreaInvalidated(shape->Bounds(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
// ObjectChanged
|
// ObjectChanged
|
||||||
|
|||||||
Reference in New Issue
Block a user