Update BView::DrawAfterChildren() param name
... from r to updateRect, no functional change intended. Also a tiny change to the param description in the docs.
This commit is contained in:
@@ -540,7 +540,7 @@ public:
|
||||
|
||||
virtual status_t Perform(perform_code code, void* data);
|
||||
|
||||
virtual void DrawAfterChildren(BRect r);
|
||||
virtual void DrawAfterChildren(BRect updateRect);
|
||||
|
||||
// layout related
|
||||
|
||||
|
||||
Reference in New Issue
Block a user