Penz....
Yep, I have it 'back'...it's a one pixel black 'edge' to the top of what is VC-RF4E.bmp ...the VC 'overlay' used to repaint the VC. I'll see if a change of colour depth convinces it NOT to appear [it's 0,0,0 - so 'shouldn't'].
Meanwhile....taking a closer look at the VC... I 'cleverly' transposed numbering of 3 gauges which are 'critical' to bug-free 'draw ordering'.
2 ways to fix it....in the panel.RF4E panel.cfg - in the [Vcockpit01] section....
EITHER replace...
draw_order03=gauge19, gauge20, gauge21, gauge60, gauge61, gauge62 // RADAR Mask - left
with
draw_order03=gauge19, gauge20, gauge21, gauge62, gauge61, gauge60 // RADAR Mask - left
OR [to be neat]...
gauge60=Phantom IIRF-E!Radar Main Switch, 473,528,42,42 // Main ARS4 RADAR panel switch
gauge61=Phantom IIRF-E!Radar Left Switch, 290,525,42,42 // Generic RADAR v1 panel switch
gauge62=Phantom IIRF-E!GenericRadar-SW, 247,366,245,170 // Generic RADAR v1 'power switch'
with
gauge60=Phantom IIRF-E!GenericRadar-SW, 247,366,245,170 // Generic RADAR v1 'power switch'
gauge61=Phantom IIRF-E!Radar Main Switch, 473,528,42,42 // Main ARS4 RADAR panel switch
gauge62=Phantom IIRF-E!Radar Left Switch, 290,525,42,42 // Generic RADAR v1 panel switch
Convincing stuff to 'look right', particularly with VCs can get a little anal, especially when the 'power switch' is actually a 'mask'...
