only allow warning hints to be shown in the right gutter slice

This commit is contained in:
Basile Burg 2017-07-08 10:24:34 +02:00
parent 81aab07a83
commit a25aba3409
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -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);