mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
parent
c7a0468f7e
commit
a508edf92f
@ -102,10 +102,10 @@ begin
|
||||
QtSpinBox := TQtSpinBox.Create(AWinControl, AParams);
|
||||
|
||||
QtSpinBox.setBorder(TCustomFloatSpinEdit(AWinControl).BorderStyle = bsSingle);
|
||||
QtSpinBox.AttachEvents;
|
||||
|
||||
InternalUpdateControl(QtSpinBox, TCustomFloatSpinEdit(AWinControl));
|
||||
|
||||
QtSpinBox.AttachEvents;
|
||||
|
||||
Result := TLCLIntfHandle(QtSpinBox);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user