* fix stupid bug that prevented the playlist to be seen at all in Haiku
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -188,7 +188,7 @@ PlaylistListView::PlaylistListView(BRect frame, Playlist* playlist,
|
||||
fController->AddListener(fControllerObserver);
|
||||
|
||||
#ifdef __HAIKU__
|
||||
SetFlags(Flags() & B_SUBPIXEL_PRECISE);
|
||||
SetFlags(Flags() | B_SUBPIXEL_PRECISE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user