This is it. Update code is ready. At leat I think so. Testing is next. Uh, didn't thought this could be this easy. :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1455,6 +1455,16 @@ void ServerWindow::DispatchMessage(int32 code)
|
||||
|
||||
break;
|
||||
}
|
||||
case AS_BEGIN_UPDATE:
|
||||
{
|
||||
cl->UpdateStart();
|
||||
break;
|
||||
}
|
||||
case AS_END_UPDATE:
|
||||
{
|
||||
cl->UpdateEnd();
|
||||
break;
|
||||
}
|
||||
|
||||
// ********** END: BView Messages ***********
|
||||
|
||||
|
||||
Reference in New Issue
Block a user