Просмотр исходного кода

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

Scott Brogden 10 лет назад
Родитель
Сommit
ca71740fcb
1 измененных файлов с 1 добавлено и 1 удалено
  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)
     {