mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
ObjCHelpers: Rename makeCGRect from makeNSRect
This commit is contained in:
parent
90e72dbd98
commit
2d01e326db
9 changed files with 23 additions and 20 deletions
|
|
@ -94,7 +94,7 @@ private:
|
|||
{
|
||||
if (bounds != nullptr)
|
||||
{
|
||||
auto nsBounds = makeNSRect (*bounds);
|
||||
auto nsBounds = makeCGRect (*bounds);
|
||||
|
||||
auto mainScreenHeight = []
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue