Commit 9c5b13a2 authored by David Fuhrmann's avatar David Fuhrmann

macosx: playlist: deselect item after changing categories

parent 48aa40d4
......@@ -69,7 +69,9 @@
[_rootItem release];
_rootItem = [[PLItem alloc] initWithPlaylistItem:p_root];
[self rebuildPLItem:_rootItem];
[_outlineView reloadData];
[_outlineView selectRowIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO];
}
- (BOOL)hasChildren
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment