Add tooltip to paint bucket settings button in context bar

This commit is contained in:
David Capello 2016-05-04 10:06:21 -03:00
parent 1b715010bd
commit 5ce7f24463

View File

@ -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);