* fixed broken invalidation on resizing the status view
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22019 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e583bfc206
commit
22f5a4e492
@ -236,7 +236,9 @@ void StatusView::MouseMoved(
|
||||
}
|
||||
ResizeBy(x, 0.0);
|
||||
BRect r(Bounds());
|
||||
r.left = r.right - 10.0;
|
||||
r.left = r.right - 5.0;
|
||||
if (x > 0)
|
||||
r.left -= x;
|
||||
m_dirty = true;
|
||||
Invalidate(r);
|
||||
if (m_scrollBar) {
|
||||
|
Loading…
Reference in New Issue
Block a user