mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	Fix #989691 (Book details Picture error)
This commit is contained in:
		
							parent
							
								
									51e62f7393
								
							
						
					
					
						commit
						0226d58448
					
				@ -334,7 +334,7 @@ class CoverView(QWidget): # {{{
 | 
			
		||||
            self.pixmap = pmap
 | 
			
		||||
            self.do_layout()
 | 
			
		||||
            self.update()
 | 
			
		||||
            self.update_tooltip()
 | 
			
		||||
            self.update_tooltip(getattr(self.parent(), 'current_path', ''))
 | 
			
		||||
            if not config['disable_animations']:
 | 
			
		||||
                self.animation.start()
 | 
			
		||||
            id_ = self.data.get('id', None)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user