[gnome-characters] characterList: Request redraw after characters change
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] characterList: Request redraw after characters change
- Date: Tue, 10 Feb 2015 09:00:25 +0000 (UTC)
commit ee74805f43ec341655946d62435e71ad1f280184
Author: Daiki Ueno <dueno src gnome org>
Date: Tue Feb 10 17:59:23 2015 +0900
characterList: Request redraw after characters change
src/characterList.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/characterList.js b/src/characterList.js
index 88fe5ac..2c95381 100644
--- a/src/characterList.js
+++ b/src/characterList.js
@@ -199,6 +199,8 @@ const CharacterListWidget = new Lang.Class({
let row = this._createCharacterListRow(rowCharacters);
this._rows.push(row);
}
+
+ this.queue_draw();
},
vfunc_draw: function(cr) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]