mirror of https://gitlab.com/basile.b/dexed.git
indirectly fixed by latest LCL
This commit is contained in:
parent
709ea80fa2
commit
cfd3e788ef
|
@ -871,8 +871,6 @@ var
|
||||||
pos: TPoint;
|
pos: TPoint;
|
||||||
msg: string;
|
msg: string;
|
||||||
begin
|
begin
|
||||||
//TODO-cbugfix: AV the the 3rd time a same message is clicked (when option singleClick is set),
|
|
||||||
// click to open matching file, back to editor, click (nothing, item is null), then click again: AV
|
|
||||||
if List.Selected.isNil then
|
if List.Selected.isNil then
|
||||||
exit;
|
exit;
|
||||||
msg := List.Selected.Text;
|
msg := List.Selected.Text;
|
||||||
|
|
Loading…
Reference in New Issue