mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
lcl: fixed crash in QuestionDlg
git-svn-id: trunk@50665 -
This commit is contained in:
parent
9d45083605
commit
1466e6184a
@ -705,7 +705,7 @@ begin
|
||||
reqWidth, reqHeight);
|
||||
|
||||
// position memo
|
||||
if FMsgMemo.Visible then
|
||||
if (FMsgMemo<>nil) and FMsgMemo.Visible then
|
||||
FMsgMemo.BoundsRect:=TextBox;
|
||||
|
||||
// position buttons
|
||||
|
Loading…
Reference in New Issue
Block a user