Skip to content

Commit 24e9150

Browse files
authored
Merge pull request #2175 from qwertyue/patch-1
修复悬浮提示某些情况下会丢失置顶
2 parents 1097682 + 6b37b98 commit 24e9150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TrafficMonitor/TaskBarDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ void CTaskBarDlg::CalculateWindowSize()
936936

937937
void CTaskBarDlg::SetToolTipsTopMost()
938938
{
939-
m_tool_tips.SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
939+
m_tool_tips.SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SWP_SHOWWINDOW);
940940
}
941941

942942
void CTaskBarDlg::UpdateToolTips()

0 commit comments

Comments
 (0)