|
|
@ -2136,7 +2136,7 @@ void EditView::DrawForeground(Surface *surface, const EditModel &model, const Vi
|
|
|
|
hover = rangeRun.ContainsCharacter(model.hoverIndicatorPos);
|
|
|
|
hover = rangeRun.ContainsCharacter(model.hoverIndicatorPos);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (hover) {
|
|
|
|
if (hover) {
|
|
|
|
if (indicator.sacHover.style == IndicatorStyle::TextFore) {
|
|
|
|
if (indicator.sacHover.style == IndicatorStyle::TextFore || (indicator.sacHover.style == IndicatorStyle::ExplorerLink)) {
|
|
|
|
textFore = indicator.sacHover.fore;
|
|
|
|
textFore = indicator.sacHover.fore;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|