diff --git a/src/kits/interface/ListView.cpp b/src/kits/interface/ListView.cpp index faa653e7d3..9ac83a894d 100644 --- a/src/kits/interface/ListView.cpp +++ b/src/kits/interface/ListView.cpp @@ -256,6 +256,9 @@ void BListView::TargetedByScrollView(BScrollView *view) { fScrollView = view; + // TODO: We could SetFlags(Flags() | B_FRAME_EVENTS) here, but that + // may mess up application code which manages this by some other means + // and doesn't want us to be messing with flags. }