mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Redraw editors when all layers are hidden/shown
This commit is contained in:
parent
e363577e65
commit
62c5d5222f
@ -584,6 +584,9 @@ bool Timeline::onProcessMessage(Message* msg)
|
||||
bool newReadableState = !allLayersVisible();
|
||||
for (size_t i=0; i<m_layers.size(); i++)
|
||||
m_layers[i]->setReadable(newReadableState);
|
||||
|
||||
// Redraw all views.
|
||||
m_document->notifyGeneralUpdate();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user