| 464 | } |
| 465 | |
| 466 | bool ViewStyle::IsLineFrameOpaque(bool caretActive, bool lineContainsCaret) const { |
| 467 | return caretLineFrame && (caretActive || alwaysShowCaretLineBackground) && showCaretLineBackground && |
| 468 | (caretLineAlpha == SC_ALPHA_NOALPHA) && lineContainsCaret; |
| 469 | } |
| 470 | |
| 471 | // See if something overrides the line background color: Either if caret is on the line |
| 472 | // and background color is set for that, or if a marker is defined that forces its background |
no outgoing calls
no test coverage detected