mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 14:24:58 +02:00
parent
2d4af44f54
commit
e3a5f76af0
@ -2136,7 +2136,7 @@ void EditView::DrawForeground(Surface *surface, const EditModel &model, const Vi
|
||||
hover = rangeRun.ContainsCharacter(model.hoverIndicatorPos);
|
||||
}
|
||||
if (hover) {
|
||||
if (indicator.sacHover.style == IndicatorStyle::TextFore) {
|
||||
if (indicator.sacHover.style == IndicatorStyle::TextFore || (indicator.sacHover.style == IndicatorStyle::ExplorerLink)) {
|
||||
textFore = indicator.sacHover.fore;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user