mirror of https://gitlab.com/basile.b/dexed.git
only allow warning hints to be shown in the right gutter slice
This commit is contained in:
parent
81aab07a83
commit
a25aba3409
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue