mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
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:
parent
101727cfec
commit
0a546c54cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user