mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
ListView: Fixed SIGSEGV when switching to other WinControl when default editor is opened. Issue #38627
git-svn-id: trunk@65139 -
This commit is contained in:
parent
9eb3d04915
commit
cded431fef
@ -869,7 +869,7 @@ end;
|
||||
|
||||
procedure TCustomListView.QueuedShowEditor(Data: PtrInt);
|
||||
begin
|
||||
if fShowEditorQueued then
|
||||
if fShowEditorQueued and IsVisible then
|
||||
begin
|
||||
fShowEditorQueued:=false;
|
||||
ShowEditor;
|
||||
|
Loading…
Reference in New Issue
Block a user