Magnify: fix scripting
Change-Id: If7f283d35c4af894c0db58ea015b4f3ea278ecdd Reviewed-on: https://review.haiku-os.org/c/haiku/+/2939 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -356,7 +356,7 @@ TWindow::GetSupportedSuites(BMessage* msg)
|
|||||||
BPropertyInfo propertyInfo(sProperties);
|
BPropertyInfo propertyInfo(sProperties);
|
||||||
msg->AddFlat("messages", &propertyInfo);
|
msg->AddFlat("messages", &propertyInfo);
|
||||||
|
|
||||||
return BHandler::GetSupportedSuites(msg);
|
return BWindow::GetSupportedSuites(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -368,7 +368,7 @@ TWindow::ResolveSpecifier(BMessage* msg, int32 index, BMessage* specifier,
|
|||||||
if (propertyInfo.FindMatch(msg, index, specifier, what, property) >= 0)
|
if (propertyInfo.FindMatch(msg, index, specifier, what, property) >= 0)
|
||||||
return this;
|
return this;
|
||||||
|
|
||||||
return BHandler::ResolveSpecifier(msg, index, specifier, what, property);
|
return BWindow::ResolveSpecifier(msg, index, specifier, what, property);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user