Browse Source

fixed issue from last checked, move list box to the top

Scott Brogden 10 years ago
parent
commit
ca71740fcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QPasteWnd.cpp

+ 1 - 1
QPasteWnd.cpp

@@ -473,7 +473,7 @@ void CQPasteWnd::MoveControls()
     int cx = crRect.Width();
     int cy = crRect.Height();
 
-	int topOfListBox = theApp.m_metrics.ScaleY(2);;
+	int topOfListBox = 0;
 	
     if(theApp.m_GroupID > 0)
     {