diff --git a/src/apps/debugger/user_interface/gui/team_window/SourceView.cpp b/src/apps/debugger/user_interface/gui/team_window/SourceView.cpp index 2a631d893b..e385a99f9f 100644 --- a/src/apps/debugger/user_interface/gui/team_window/SourceView.cpp +++ b/src/apps/debugger/user_interface/gui/team_window/SourceView.cpp @@ -1121,8 +1121,7 @@ SourceView::TextView::Draw(BRect updateRect) SetLowColor(ipColor); - } - else + } else SetLowColor(255, 255, 0, 255); FillRect(BRect(kLeftTextMargin, y, Bounds().right, y + fFontInfo->lineHeight), B_SOLID_LOW);