| 
					
				 | 
			
			
				@@ -920,7 +920,7 @@ class PQStuckPointEditerController: PQBaseViewController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 // 竖屏 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 let playerViewWidth = (CGFloat(w) / CGFloat(h)) * playerShowHeight 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                showRect = CGRect(x: (cScreenWidth - playerShowHeight) / 2, y: 0, width: playerViewWidth, height: playerShowHeight) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                showRect = CGRect(x: (cScreenWidth - playerViewWidth) / 2, y: 0, width: playerViewWidth, height: playerShowHeight) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if showRect.size.width == showRect.size.height { 
			 |