Browse Source

hide popup after always on top lost focus

scott brogden 8 years ago
parent
commit
2d597bea41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      QPasteWnd.cpp

+ 1 - 0
QPasteWnd.cpp

@@ -5343,6 +5343,7 @@ LRESULT CQPasteWnd::OnToolTipWndInactive(WPARAM wParam, LPARAM lParam)
         if(p == NULL)
         {
             HideQPasteWindow(false);
+			m_lstHeader.HidePopup(true);
         }
     }
 	else