]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/mediactrl.cpp
1945421 applied
[wxWidgets.git] / src / mac / carbon / mediactrl.cpp
index 639114a1f10bbe768f3111d35160312bb352042f..9d525f5b592f7cd05128652332ff83e1de51d6f7 100644 (file)
@@ -1101,7 +1101,7 @@ void wxQTMediaBackend::MacVisibilityChanged()
     if(!m_mc || !m_ctrl->m_bLoaded)
         return; //not initialized yet
 
-    if(m_ctrl->MacIsReallyShown())
+    if(m_ctrl->IsShownOnScreen())
     {
         //The window is being shown again, so set the GWorld of the
         //controller back to the port of the parent WindowRef