lcl: fixed crash in QuestionDlg

git-svn-id: trunk@50665 -
This commit is contained in:
mattias 2015-12-05 21:54:39 +00:00
parent 9d45083605
commit 1466e6184a

View File

@ -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