Zoom tool doesn't have help text #419
This commit is contained in:
		@@ -1352,6 +1352,8 @@ static void drawSpriteToolbar(Sprite* sprite)
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			setCursor(SDL_SYSTEM_CURSOR_HAND);
 | 
								setCursor(SDL_SYSTEM_CURSOR_HAND);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								showTooltip("CANVAS ZOOM");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if(checkMouseDown(&rect, SDL_BUTTON_LEFT))
 | 
								if(checkMouseDown(&rect, SDL_BUTTON_LEFT))
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
				s32 mx = getMouseX() - rect.x;
 | 
									s32 mx = getMouseX() - rect.x;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user