Re-enable some functionality that were disabled during debugging
This commit is contained in:
		
							parent
							
								
									e80c7d4ef2
								
							
						
					
					
						commit
						3df5b1cf98
					
				@ -164,20 +164,16 @@ void AnimationLayer::setTransformationMode(Qt::TransformationMode mode)
 | 
			
		||||
 | 
			
		||||
void AnimationLayer::setMinimumDurationPerFrame(int duration)
 | 
			
		||||
{
 | 
			
		||||
  return;
 | 
			
		||||
  m_minimum_duration = duration;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void AnimationLayer::setMaximumDurationPerFrame(int duration)
 | 
			
		||||
{
 | 
			
		||||
  return;
 | 
			
		||||
  m_maximum_duration = duration;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void AnimationLayer::setMaskingRect(QRect rect)
 | 
			
		||||
{
 | 
			
		||||
  return; // TODO re-enable
 | 
			
		||||
 | 
			
		||||
  m_mask_rect_hint = rect;
 | 
			
		||||
  calculateFrameGeometry();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user