mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
Add tooltip for StatusBar::m_currentFrame
This commit is contained in:
parent
669765c708
commit
8353e45ae8
@ -193,6 +193,7 @@ StatusBar::StatusBar()
|
||||
// Tooltips manager
|
||||
TooltipManager* tooltipManager = new TooltipManager();
|
||||
addChild(tooltipManager);
|
||||
tooltipManager->addTooltipFor(m_currentFrame, "Current Frame", JI_BOTTOM);
|
||||
tooltipManager->addTooltipFor(m_slider, "Cel Opacity", JI_BOTTOM);
|
||||
|
||||
App::instance()->CurrentToolChange.connect(&StatusBar::onCurrentToolChange, this);
|
||||
|
Loading…
Reference in New Issue
Block a user