From 708491da601cf29ec4db79b39574137c107fc1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 3 Jun 2007 15:18:31 +0000 Subject: [PATCH] * 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 --- src/apps/mediaplayer/PlaylistListView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/PlaylistListView.cpp b/src/apps/mediaplayer/PlaylistListView.cpp index 4cbdd485f5..44ffa0f34d 100644 --- a/src/apps/mediaplayer/PlaylistListView.cpp +++ b/src/apps/mediaplayer/PlaylistListView.cpp @@ -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 }