Skip to content

Commit

Permalink
恢复重绘机制
Browse files Browse the repository at this point in the history
  • Loading branch information
骆大峰 committed Jul 4, 2017
1 parent bdcd6a4 commit c6bb0ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public void showDate(CalendarDate seedDate) {

public void update() {
instantiateMonth();
calendar.invalidate();
}

public CalendarDate getSeedDate() {
Expand Down
1 change: 0 additions & 1 deletion calendar/src/main/java/com/ldf/calendar/view/Calendar.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void updateWeek(int rowCount) {

public void update() {
renderer.update();
invalidate();
}

public void cancelSelectState() {
Expand Down

0 comments on commit c6bb0ba

Please sign in to comment.