mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 11:00:33 +02:00
Qt: implemented SM_CXDRAG,SM_CYDRAG.
git-svn-id: trunk@45072 -
This commit is contained in:
parent
4a2626035c
commit
807a627cca
@ -3908,14 +3908,8 @@ begin
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CYDOUBLECLK ');
|
||||
end;
|
||||
SM_CXDRAG:
|
||||
begin
|
||||
Result := 2;
|
||||
end;
|
||||
SM_CYDRAG:
|
||||
begin
|
||||
Result := 2;
|
||||
end;
|
||||
SM_CXDRAG,
|
||||
SM_CYDRAG: QApplication_startDragDistance();
|
||||
SM_CXEDGE:
|
||||
begin
|
||||
Result := 2;
|
||||
|
Loading…
Reference in New Issue
Block a user