mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-04 01:05:06 -05:00 
			
		
		
		
	Fixed ImportWidget not removing QGraphicsItems going out
This commit is contained in:
		@ -240,8 +240,8 @@ void ImportWidget::newComic(const QString & path, const QString & coverPath)
 | 
			
		||||
					coversScene->removeItem(last);
 | 
			
		||||
					delete last;
 | 
			
		||||
				}
 | 
			
		||||
				else
 | 
			
		||||
					break;
 | 
			
		||||
				//else
 | 
			
		||||
				//	break;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			int width = p.width();
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user