mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
parent
c7a0468f7e
commit
a508edf92f
@ -8752,7 +8752,7 @@ end;
|
||||
|
||||
procedure TQtFloatSpinBox.SignalValueChanged(p1: Double); cdecl;
|
||||
var
|
||||
Msg: TLMessage;
|
||||
Msg: TLMessage;
|
||||
begin
|
||||
FValue := p1;
|
||||
FillChar(Msg, SizeOf(Msg), #0);
|
||||
@ -8826,7 +8826,7 @@ end;
|
||||
|
||||
procedure TQtSpinBox.SignalValueChanged(p1: Integer); cdecl;
|
||||
var
|
||||
Msg: TLMessage;
|
||||
Msg: TLMessage;
|
||||
begin
|
||||
FValue := p1;
|
||||
FillChar(Msg, SizeOf(Msg), #0);
|
||||
|
@ -102,9 +102,9 @@ 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