This helps, but only on Dano.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23160 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -140,6 +140,9 @@ void SnowView::AttachedToWindow()
|
|||||||
fDragger->SetViewColor(col);
|
fDragger->SetViewColor(col);
|
||||||
if (fDragger->InShelf()) {
|
if (fDragger->InShelf()) {
|
||||||
p->SetFlags(p->Flags() | B_DRAW_ON_CHILDREN);
|
p->SetFlags(p->Flags() | B_DRAW_ON_CHILDREN);
|
||||||
|
#ifdef B_UPDATE_INVALIDATED
|
||||||
|
p->SetDoubleBuffering(p->DoubleBuffering() | B_UPDATE_EXPOSED);
|
||||||
|
#endif
|
||||||
ResizeTo(p->Bounds().Width(), p->Bounds().Height());
|
ResizeTo(p->Bounds().Width(), p->Bounds().Height());
|
||||||
MoveTo(0,0);
|
MoveTo(0,0);
|
||||||
fDragger->MoveTo(p->Bounds().Width()-7, p->Bounds().Height()-7);
|
fDragger->MoveTo(p->Bounds().Width()-7, p->Bounds().Height()-7);
|
||||||
|
|||||||
Reference in New Issue
Block a user