[aseprite] 103/128: Add tooltip to "new frame" button in status bar

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 1b715010bdfaddcccc6654e70915cb1428137675
Author: David Capello <davidcapello at gmail.com>
Date:   Wed May 4 10:04:32 2016 -0300

    Add tooltip to "new frame" button in status bar
---
 src/app/ui/status_bar.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/ui/status_bar.cpp b/src/app/ui/status_bar.cpp
index 0e5314d..a4676b1 100644
--- a/src/app/ui/status_bar.cpp
+++ b/src/app/ui/status_bar.cpp
@@ -539,6 +539,7 @@ StatusBar::StatusBar()
   addChild(tooltipManager);
   tooltipManager->addTooltipFor(m_currentFrame, "Current Frame", BOTTOM);
   tooltipManager->addTooltipFor(m_zoomEntry, "Zoom Level", BOTTOM);
+  tooltipManager->addTooltipFor(m_newFrame, "New Frame", BOTTOM);
 
   UIContext::instance()->addObserver(this);
   UIContext::instance()->documents().addObserver(this);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list