mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 00:58:04 +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;
|
||||
ShowBevel := False;
|
||||
ShowButtons := [pbOK, pbCancel];
|
||||
Color:=Parent.GetDefaultColor(dctBrush); // fix for wrong background colour
|
||||
Align := alTop;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user