diff --git a/sc2/src/uqm/oscill.c b/sc2/src/uqm/oscill.c index 61ac98368..7c37b646a 100644 --- a/sc2/src/uqm/oscill.c +++ b/sc2/src/uqm/oscill.c @@ -44,6 +44,8 @@ InitOscilloscope (FRAME scopeBg) // mid-image pixel defines the color of scope lines scopeColor = GetFramePixel (scope_frame, midPt); + // insist that scope lines be purely opaque + scopeColor.a = 0xff; scopeWork = CaptureDrawable (CreateDrawable ( WANT_PIXMAP | MAPPED_TO_DISPLAY,