mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 17:39:26 +02:00
qt: fix DesktopLeft and DesktopTop requests
git-svn-id: trunk@42099 -
This commit is contained in:
parent
4910e314df
commit
e8dd57fb62
@ -4011,6 +4011,14 @@ begin
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CYSMSIZE ');
|
||||
end;
|
||||
SM_XVIRTUALSCREEN:
|
||||
begin
|
||||
Result := QWidget_x(QApplication_desktop);
|
||||
end;
|
||||
SM_YVIRTUALSCREEN:
|
||||
begin
|
||||
Result := QWidget_y(QApplication_desktop);
|
||||
end;
|
||||
SM_CXVIRTUALSCREEN:
|
||||
begin
|
||||
Result := QWidget_width(QApplication_desktop);
|
||||
|
Loading…
Reference in New Issue
Block a user