mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:39:23 +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);
|
reqWidth, reqHeight);
|
||||||
|
|
||||||
// position memo
|
// position memo
|
||||||
if FMsgMemo.Visible then
|
if (FMsgMemo<>nil) and FMsgMemo.Visible then
|
||||||
FMsgMemo.BoundsRect:=TextBox;
|
FMsgMemo.BoundsRect:=TextBox;
|
||||||
|
|
||||||
// position buttons
|
// position buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user