[aseprite] 104/128: Add tooltip to paint bucket settings button in context 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 5ce7f24463e39ae65e46f87df922386a7bfa89c6
Author: David Capello <davidcapello at gmail.com>
Date:   Wed May 4 10:06:21 2016 -0300
    Add tooltip to paint bucket settings button in context bar
---
 src/app/ui/context_bar.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/app/ui/context_bar.cpp b/src/app/ui/context_bar.cpp
index d746df8..ec2e106 100644
--- a/src/app/ui/context_bar.cpp
+++ b/src/app/ui/context_bar.cpp
@@ -1367,6 +1367,7 @@ ContextBar::ContextBar()
   tooltipManager->addTooltipFor(m_transparentColor, "Transparent Color", BOTTOM);
   tooltipManager->addTooltipFor(m_rotAlgo, "Rotation Algorithm", BOTTOM);
   tooltipManager->addTooltipFor(m_freehandAlgo, "Freehand trace algorithm", BOTTOM);
+  tooltipManager->addTooltipFor(m_paintBucketSettings, "Extra paint bucket options", BOTTOM);
 
   m_brushType->setupTooltips(tooltipManager);
   m_selectionMode->setupTooltips(tooltipManager);
-- 
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