mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-24 23:28:20 +02:00
fix regression for carbon window moving
git-svn-id: trunk@20798 -
This commit is contained in:
parent
38f59b66ac
commit
0e44015c85
@ -1142,7 +1142,7 @@ begin
|
||||
|
||||
if OSError(
|
||||
CreateNewWindow(NewWindowClass,
|
||||
Attributes or kWindowCompositingAttribute {or kWindowStandardHandlerAttribute}
|
||||
Attributes or kWindowCompositingAttribute or kWindowStandardHandlerAttribute
|
||||
or kWindowLiveResizeAttribute, GetCarbonRect(0, 0, 0, 0), AWindow),
|
||||
Self, SCreateWidget, 'CreateNewWindow') then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user