mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:19:36 +02:00
lcl: fixed crash in default QuestionDlg
git-svn-id: trunk@50661 -
This commit is contained in:
parent
82c214d589
commit
9d45083605
@ -654,7 +654,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
FMsgMemo.Visible:=true;
|
||||
end else
|
||||
end else if FMsgMemo<>nil then
|
||||
FMsgMemo.Visible:=false;
|
||||
|
||||
// calculate the width we need to display the buttons
|
||||
|
Loading…
Reference in New Issue
Block a user