Zoom tool doesn't have help text #419

This commit is contained in:
BADIM-PC\Vadim 2017-11-28 09:10:51 +03:00
parent 769f5c4b0a
commit 3e79600b0d
1 changed files with 2 additions and 0 deletions

View File

@ -1352,6 +1352,8 @@ static void drawSpriteToolbar(Sprite* sprite)
{
setCursor(SDL_SYSTEM_CURSOR_HAND);
showTooltip("CANVAS ZOOM");
if(checkMouseDown(&rect, SDL_BUTTON_LEFT))
{
s32 mx = getMouseX() - rect.x;