* 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:
@@ -236,7 +236,9 @@ void StatusView::MouseMoved(
|
|||||||
}
|
}
|
||||||
ResizeBy(x, 0.0);
|
ResizeBy(x, 0.0);
|
||||||
BRect r(Bounds());
|
BRect r(Bounds());
|
||||||
r.left = r.right - 10.0;
|
r.left = r.right - 5.0;
|
||||||
|
if (x > 0)
|
||||||
|
r.left -= x;
|
||||||
m_dirty = true;
|
m_dirty = true;
|
||||||
Invalidate(r);
|
Invalidate(r);
|
||||||
if (m_scrollBar) {
|
if (m_scrollBar) {
|
||||||
|
|||||||
Reference in New Issue
Block a user