From a25aba3409da7a0226aa2e835ba38bdc608cb1d1 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 8 Jul 2017 10:24:34 +0200 Subject: [PATCH] only allow warning hints to be shown in the right gutter slice --- src/ce_synmemo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 02bef4ac..80eeaa46 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -3068,7 +3068,7 @@ begin if cursor <> crDefault then exit; p := ScreenToClient(mouse.CursorPos); - if p.x > Gutter.Width then + if p.x > Gutter.MarksPart.Width then exit; p := self.PixelsToRowColumn(p);