LazReport: Allow entering more than one digit in font combobox editor. Issue #39026, patch by Soner.

git-svn-id: trunk@65294 -
This commit is contained in:
juha 2021-06-22 21:32:22 +00:00
parent 101727cfec
commit 0a546c54cf

View File

@ -5489,10 +5489,10 @@ begin
end;
PageView.NPDrawLayerObjects(ClipRgn, TopSelected);
ActiveControl := nil;
if b<>8 then // without this you can't enter more then 1 digits in Fontsize-combobox
ActiveControl := nil;
if b in [20, 21] then
SelectionChanged;
SelectionChanged;
end;
procedure TfrDesignerForm.frSpeedButton1Click(Sender: TObject);