Qt: implemented SM_CXDRAG,SM_CYDRAG.

git-svn-id: trunk@45072 -
This commit is contained in:
zeljko 2014-05-18 11:05:41 +00:00
parent 4a2626035c
commit 807a627cca

View File

@ -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;