Remove unnecessary call to regenerateCols() in Timeline::refresh()

Related to:
https://github.com/aseprite/aseprite/pull/5367#issuecomment-3225287017
This commit is contained in:
David Capello 2025-08-26 15:39:55 -03:00
parent 8e75cfc4c7
commit 5f7cc42333
1 changed files with 0 additions and 1 deletions

View File

@ -4323,7 +4323,6 @@ void Timeline::clearAndInvalidateRange()
void Timeline::refresh()
{
regenerateCols();
regenerateRows();
invalidate();
}