message_list: Clear rendering window when clearing message list.

(imported from commit 5eefbced42e9ab987e4e2d60332f1d416df605af)
This commit is contained in:
Tim Abbott 2013-07-03 16:31:35 -04:00
parent 166a9c9635
commit 43279b99ff
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ MessageList.prototype = {
this._message_groups = [];
this._clear_table();
this.last_message_historical = false;
this._render_win_start = 0;
this._render_win_end = 0;
},
clear: function MessageList_clear(opts) {