Revert "Tracker: Forbid Desktop to scroll in base class."

This reverts commit c1b65fe266.
This commit is contained in:
John Scipione
2026-04-26 17:22:28 -04:00
parent 4c1a136caa
commit 9348517c47
2 changed files with 0 additions and 10 deletions
-8
View File
@@ -64,7 +64,6 @@ DesktopPoseView::DesktopPoseView(Model* model, uint32 viewMode)
BPoseView(model, viewMode)
{
SetFlags(Flags() | B_DRAW_ON_CHILDREN);
SetAutoScroll(false);
}
@@ -180,13 +179,6 @@ DesktopPoseView::HasSystemColors() const
}
void
DesktopPoseView::ScrollTo(BPoint where)
{
debugger("DesktopPoseView::ScrollTo() - Forbidden to scroll Desktop.");
}
EntryListBase*
DesktopPoseView::InitDirentIterator(const entry_ref* ref)
{
-2
View File
@@ -55,8 +55,6 @@ public:
virtual void AdoptSystemColors();
virtual bool HasSystemColors() const;
virtual void ScrollTo(BPoint where);
static EntryListBase* InitDesktopDirentIterator(BPoseView*, const entry_ref*);
void StartSettingsWatch();