BListView: Cleanup, no functional change.
- Rename _FontChanged() to _UpdateItems() to more accurately reflect its purpose, as discussed on commits list. Adjust callers accordingly.
This commit is contained in:
@@ -171,7 +171,7 @@ private:
|
||||
void _FixupScrollBar();
|
||||
void _InvalidateFrom(int32 index);
|
||||
status_t _PostMessage(BMessage* message);
|
||||
void _FontChanged();
|
||||
void _UpdateItems();
|
||||
int32 _RangeCheck(int32 index);
|
||||
bool _Select(int32 index, bool extend);
|
||||
bool _Select(int32 from, int32 to, bool extend);
|
||||
|
||||
Reference in New Issue
Block a user