mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
StatusBar: Add cel opacity tooltip
This commit is contained in:
parent
41309b369d
commit
ae90e8089c
@ -190,6 +190,11 @@ StatusBar::StatusBar()
|
||||
m_commandsBox->setVisible(false);
|
||||
}
|
||||
|
||||
// Tooltips manager
|
||||
TooltipManager* tooltipManager = new TooltipManager();
|
||||
addChild(tooltipManager);
|
||||
tooltipManager->addTooltipFor(m_slider, "Cel Opacity", JI_BOTTOM);
|
||||
|
||||
App::instance()->CurrentToolChange.connect(&StatusBar::onCurrentToolChange, this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user