From 5f7cc423339b05f35324a9fce66e94cfbeb0350d Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 26 Aug 2025 15:39:55 -0300 Subject: [PATCH] Remove unnecessary call to regenerateCols() in Timeline::refresh() Related to: https://github.com/aseprite/aseprite/pull/5367#issuecomment-3225287017 --- src/app/ui/timeline/timeline.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/timeline/timeline.cpp b/src/app/ui/timeline/timeline.cpp index f29bec96a..70499e7e7 100644 --- a/src/app/ui/timeline/timeline.cpp +++ b/src/app/ui/timeline/timeline.cpp @@ -4323,7 +4323,6 @@ void Timeline::clearAndInvalidateRange() void Timeline::refresh() { - regenerateCols(); regenerateRows(); invalidate(); }