Fix some weird behaviour in the library view

This commit is contained in:
David Sansome 2010-08-30 14:03:32 +00:00
parent 7e1e2cb1cd
commit 1311a29dfa
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ LibraryView::LibraryView(QWidget* parent)
library_(NULL),
total_song_count_(-1),
nomusic_(":nomusic.png"),
context_menu_(NULL)
context_menu_(NULL),
is_in_keyboard_search_(false)
{
setItemDelegate(new LibraryItemDelegate(this));
setAttribute(Qt::WA_MacShowFocusRect, false);