Merge pull request #510 from frenetic/fix-flip-than-move
Fix flipping a selection then trying to move it
This commit is contained in:
		@@ -548,6 +548,7 @@ static void flipCanvasHorz(Sprite* sprite)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
	history_add(sprite->history);
 | 
			
		||||
	copySelection(sprite);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void flipCanvasVert(Sprite* sprite)
 | 
			
		||||
@@ -569,6 +570,7 @@ static void flipCanvasVert(Sprite* sprite)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
	history_add(sprite->history);
 | 
			
		||||
	copySelection(sprite);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void drawMoveButtons(Sprite* sprite)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user