Invalidate() when removing a data source.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30667 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
89c7f409e9
commit
25398949d1
@ -140,6 +140,8 @@ printf("Chart::RemoveDataSource(%ld)\n", index);
|
|||||||
|
|
||||||
_UpdateDomainAndRange();
|
_UpdateDomainAndRange();
|
||||||
|
|
||||||
|
Invalidate();
|
||||||
|
|
||||||
return dataSource;
|
return dataSource;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user