mirror of https://github.com/aseprite/aseprite.git
Remove unnecessary call to regenerateCols() in Timeline::refresh()
Related to: https://github.com/aseprite/aseprite/pull/5367#issuecomment-3225287017
This commit is contained in:
parent
8e75cfc4c7
commit
5f7cc42333
|
@ -4323,7 +4323,6 @@ void Timeline::clearAndInvalidateRange()
|
||||||
|
|
||||||
void Timeline::refresh()
|
void Timeline::refresh()
|
||||||
{
|
{
|
||||||
regenerateCols();
|
|
||||||
regenerateRows();
|
regenerateRows();
|
||||||
invalidate();
|
invalidate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue