]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/frame.mm
Infinite recursion fix
[wxWidgets.git] / src / cocoa / frame.mm
index a172504c57d700a8c0b6296c190ddcccfe4337c6..7ed2c50c8f809595dc1427bef11a855eeb28caad 100644 (file)
@@ -165,7 +165,7 @@ void wxFrame::UpdateFrameNSView()
         [sbarNSView setAutoresizingMask: NSViewWidthSizable|NSViewMaxYMargin];
         sbarheight = sbarRect.size.height;
     }
-    wxLogDebug("frame height=%f, tbar=%f, sbar=%f",frameRect.size.height,tbarheight,sbarheight);
+    wxLogTrace(wxTRACE_COCOA,wxT("frame height=%f, tbar=%f, sbar=%f"),frameRect.size.height,tbarheight,sbarheight);
     NSRect innerRect = [m_cocoaNSView frame];
     innerRect.size.height = frameRect.size.height - tbarheight - sbarheight;
     innerRect.origin.y = sbarheight;