Hi,
if you right-clicked on a menu item, MP would go DOA, here's a fix/qic-fix ??
GUIVideoFiles.CS - Line 1917
protected override void OnShowContextMenu()
...
if (item == null) return;
if (facadeView.Focus == false) return;
...
HTH,
Peter
if you right-clicked on a menu item, MP would go DOA, here's a fix/qic-fix ??
GUIVideoFiles.CS - Line 1917
protected override void OnShowContextMenu()
...
if (item == null) return;
if (facadeView.Focus == false) return;
...
HTH,
Peter