mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:10:45 +00:00
committed by
Jindra Petřík
parent
2a1b38e1e9
commit
905c23d802
@@ -88,7 +88,7 @@ public class MyMarkers {
|
||||
hiliter.addHighlight(start, end, marker);
|
||||
return;
|
||||
}
|
||||
// selection starts within the highlight, highlight before slection
|
||||
// selection starts within the highlight, highlight before selection
|
||||
if (selStart > start && selStart < end) {
|
||||
hiliter.addHighlight(start, selStart, marker);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user