Fixed jira issue and fixed prevent issue
[apps/osp/MusicPlayer.git] / src / MpPlaylistListEditorPanel.cpp
index 833e23e..ce57436 100644 (file)
@@ -419,6 +419,7 @@ PlaylistListEditorPanel::CreateTableViewItem(Tizen::Ui::Controls::TableViewItem&
        delete pBackgroundPressBitmap;
 
        parent.AddControl(*pTableViewItem);
+       parent.SetIndividualSelectionEnabled(pEditButton, true);
        CommonUtil::SetLayoutFitToContainer(parent, *pTableViewItem);
 
        AppLogDebug("EXIT");