mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
Fix timeout in StatusBar::showTool()
This commit is contained in:
parent
5f90ef7c9b
commit
d363f29840
@ -637,6 +637,8 @@ void StatusBar::showTool(int msecs, tools::Tool* tool)
|
||||
{
|
||||
ASSERT(tool != NULL);
|
||||
IndicatorsGeneration(m_indicators).add(tool);
|
||||
|
||||
m_timeout = base::current_tick() + msecs;
|
||||
}
|
||||
|
||||
void StatusBar::showSnapToGridWarning(bool state)
|
||||
|
Loading…
Reference in New Issue
Block a user