diff --git a/src/debugger/gui/TiaOutputWidget.cxx b/src/debugger/gui/TiaOutputWidget.cxx index bc9a681ed..05d2cd091 100644 --- a/src/debugger/gui/TiaOutputWidget.cxx +++ b/src/debugger/gui/TiaOutputWidget.cxx @@ -182,9 +182,7 @@ void TiaOutputWidget::drawWidget(bool hilite) s.drawPixels(myLineBuffer, _x + 1, _y + 1 + y, width << 1); } - uInt32 beamColor = kColorInfo; - // Show electron beam position if(visible && scanx < width && scany+2u < height) - s.fillRect(_x + 1 + (scanx<<1), _y + 1 + scany, 3, 3, beamColor); + s.fillRect(_x + 1 + (scanx<<1), _y + 1 + scany, 3, 3, kColorInfo); }