]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlctrl/webkit/webkit.mm
IsDir() test is pretty useless, use DirExists
[wxWidgets.git] / src / html / htmlctrl / webkit / webkit.mm
index 160a02c7805a21bee325374b8b56694cec9ba46b..27a99e79bc8747eaee2f522499135d58fc3ed9f6 100755 (executable)
@@ -544,7 +544,7 @@ void wxWebKitCtrl::OnSize(wxSizeEvent &event){
     // and this tripped me up at first. But in fact, what we want is the root view, because we need to
     // make the y origin relative to the very top of the window, not its contents, since we later flip 
     // the y coordinate for Cocoa. 
-    HIViewConvertRect (&rect, HIViewGetSuperview( m_peer->GetControlRef() ), 
+    HIViewConvertRect (&rect, m_peer->GetControlRef(), 
                                 HIViewGetRoot( (WindowRef) MacGetTopLevelWindowRef() ) );
 
     x = (int)rect.origin.x;