Explorar el Código

fixed issue with refreshing thumbnails after opening properties window

Scott Brogden hace 7 años
padre
commit
58957d4b7b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      QPasteWnd.cpp

+ 2 - 2
QPasteWnd.cpp

@@ -3804,9 +3804,9 @@ bool CQPasteWnd::ShowProperties(int id, int row)
 				{
 					FillMainTable(m_listItems[row], q);
 				}
-			}
 
-			RemoveFromImageRtfCache(id);
+				RemoveFromImageRtfCache(row);
+			}
 		}
 
 		m_extraDataThread.FireLoadAccelerators();