Skip to content

Commit

Permalink
Pages are now being created only when needed inside the CalendarView.…
Browse files Browse the repository at this point in the history
… This drastically improves the view's performance and reduces its node count. Also removed transition animations which caused performance issues and also were out of time (now, 8 years later).
  • Loading branch information
dlemmermann committed Aug 30, 2022
1 parent 72f47c5 commit 51abaa2
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 505 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected DateControl createControl() {

calendarView = new CalendarView();
calendarView.getCalendarSources().add(calendarSource);
calendarView.setTransitionsEnabled(false);

return calendarView;
}
Expand Down

This file was deleted.

Loading

0 comments on commit 51abaa2

Please sign in to comment.