Selaa lähdekoodia

Z991239-5559 #comment 解决媒体播放存在卡住问题

80274480 1 vuosi sitten
vanhempi
sitoutus
ad82c88f00
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      Other/win/libwmpplayer/CPlayerDlg.cpp

+ 1 - 3
Other/win/libwmpplayer/CPlayerDlg.cpp

@@ -419,9 +419,7 @@ BOOL CPlayerDlg::EndPlay()
 	m_playlist.clear();										// new added
 	
 	m_player->close();
-	
-	m_player->DestroyWindow();		// new added
-
+	//m_player->DestroyWindow();		// new added
 	// 关闭窗口
 	EndDialog(IDCANCEL);