mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-26 21:08:26 +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(
|
if OSError(
|
||||||
CreateNewWindow(NewWindowClass,
|
CreateNewWindow(NewWindowClass,
|
||||||
Attributes or kWindowCompositingAttribute {or kWindowStandardHandlerAttribute}
|
Attributes or kWindowCompositingAttribute or kWindowStandardHandlerAttribute
|
||||||
or kWindowLiveResizeAttribute, GetCarbonRect(0, 0, 0, 0), AWindow),
|
or kWindowLiveResizeAttribute, GetCarbonRect(0, 0, 0, 0), AWindow),
|
||||||
Self, SCreateWidget, 'CreateNewWindow') then
|
Self, SCreateWidget, 'CreateNewWindow') then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user