]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/popupwin.cpp
use correct scale when drawing
[wxWidgets.git] / src / osx / carbon / popupwin.cpp
index bc16c7e38890b6386a18dc8744233f26efce69ba..82488c73ce0a174cb7b1e79e14459cb5b93fa25b 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        src/osx/popupwin.cpp
+// Name:        src/osx/carbon/popupwin.cpp
 // Purpose:     implements wxPopupWindow for wxMac
 // Author:      Stefan Csomor
 // Modified by:
 // Purpose:     implements wxPopupWindow for wxMac
 // Author:      Stefan Csomor
 // Modified by:
@@ -56,25 +56,4 @@ bool wxPopupWindow::Create(wxWindow *parent, int flags)
 
 }
 
 
 }
 
-bool wxPopupWindow::Show(bool show)
-{
-    if ( !wxWindow::Show(show) )
-        return false;
-
-    if ( m_nowpeer && show)
-        m_nowpeer->ShowWithoutActivating();
-    else if ( m_nowpeer )
-        m_nowpeer->Show(false);
-
-    if ( show )
-    {
-        // because apps expect a size event to occur at this moment
-        wxSizeEvent event(GetSize() , m_windowId);
-        event.SetEventObject(this);
-        HandleWindowEvent(event);
-    }
-        
-    return true;
-}
-
 #endif // #if wxUSE_POPUPWIN
 #endif // #if wxUSE_POPUPWIN