Skip to content
Snippets Groups Projects
Commit 8a55eabf authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Properly update path control after interacting with it


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent be25b341
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,7 @@ referenceSizeForHeaderInSection:(NSInteger)section
VLCInputNodePathControlItem *matchingItem = [_pathControl.inputNodePathControlItems objectForKey:itemNodeMrl];
if (matchingItem != nil) {
_childDataSource.nodeToDisplay = matchingItem.inputNode;
[_pathControl clearPathControlItemsAheadOf:selectedItem];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment