diff --git a/src/kits/tracker/DesktopPoseView.cpp b/src/kits/tracker/DesktopPoseView.cpp index e710ff2b6e..a7c7d5f500 100644 --- a/src/kits/tracker/DesktopPoseView.cpp +++ b/src/kits/tracker/DesktopPoseView.cpp @@ -37,13 +37,14 @@ All rights reserved. // // Used by the Desktop window and by the root view in file panels +#include "DesktopPoseView.h" + #include #include -#include #include +#include #include "Commands.h" -#include "DesktopPoseView.h" #include "FSUtils.h" #include "PoseList.h" #include "Tracker.h" @@ -82,9 +83,9 @@ DesktopEntryListCollection::DesktopEntryListCollection() DesktopPoseView::DesktopPoseView(Model *model, BRect frame, uint32 viewMode, uint32 resizeMask) - : BPoseView(model, frame, viewMode, resizeMask) + : + BPoseView(model, frame, viewMode, resizeMask) { - SetWidgetTextOutline(true); SetFlags(Flags() | B_DRAW_ON_CHILDREN); }