mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 09:40:47 +02:00
Merge branch 'patch-1' into 'main'
Edit inputdialog.inc, fix for "button panel colour MAY differ from form colour..." See merge request freepascal.org/lazarus/lazarus!443
This commit is contained in:
commit
004fcb725a
@ -81,6 +81,7 @@ begin
|
|||||||
Parent := Form;
|
Parent := Form;
|
||||||
ShowBevel := False;
|
ShowBevel := False;
|
||||||
ShowButtons := [pbOK, pbCancel];
|
ShowButtons := [pbOK, pbCancel];
|
||||||
|
Color:=Parent.GetDefaultColor(dctBrush); // fix for wrong background colour
|
||||||
Align := alTop;
|
Align := alTop;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user