Zoom tool doesn't have help text #419
This commit is contained in:
parent
769f5c4b0a
commit
3e79600b0d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue