We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bbb4e commit 1343a32Copy full SHA for 1343a32
TrafficMonitor/TrafficMonitorDlg.cpp
@@ -2951,7 +2951,7 @@ void CTrafficMonitorDlg::OnPluginOptionsTaksbar()
2951
if (plugin != nullptr)
2952
{
2953
//显示插件的选项设置
2954
- auto rtn = plugin->ShowOptionsDialog(GetSafeHwnd());
+ auto rtn = plugin->ShowOptionsDialog(m_tBarDlg->GetSafeHwnd());
2955
if (rtn == ITMPlugin::OR_OPTION_CHANGED) //选项设置有更改,重新打开任务栏窗口
2956
2957
//CloseTaskBarWnd();
0 commit comments