changeset 1278:f7395e788aaf

Show the new created framelines after we reload the layers.
author wycc
date Thu, 13 Jan 2011 23:49:22 +0800
parents 4686f3131f2a
children 1b03b6d9a915
files pyink/domview_ui.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyink/domview_ui.py	Wed Jan 12 22:23:00 2011 +0800
+++ b/pyink/domview_ui.py	Thu Jan 13 23:49:22 2011 +0800
@@ -433,6 +433,7 @@
         self._fl_stack.remove_all_framelines()
         self._dom.reset()
         self._add_frameline_for_every_layer()
+	self._fl_stack.show_framelines()
 	pass
 
     ## \brief Mark given frame as a key frame.