Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2013-10-24 16:14:49 (GMT)
committer flavio <fdanesse@gmail.com>2013-10-24 16:14:49 (GMT)
commit06f603142af09cfcad116ea8200a55a842d55f09 (patch)
tree60e5dbab29d9382a63b1666dbba854ec332fa723
parent2cf979b0df0090656a79e69d42b529b54f25a43e (diff)
Correccion
-rw-r--r--Widgets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Widgets.py b/Widgets.py
index 69e34f4..6064bc3 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -1712,7 +1712,8 @@ class DialogoFormato(Gtk.Dialog):
path = tree.get_model().get_path(newiter)
tree.get_selection().select_path(path)
-
+ tree.scroll_to_cell(path)
+
return scroll
def __get_treeview_tamano(self):