fix goto_handle on row update
change placetreeview somewhat, further to discuss svn: r14024
This commit is contained in:
@@ -55,7 +55,7 @@ class PlaceTreeView(PlaceBaseView):
|
||||
def __init__(self, dbstate, uistate):
|
||||
PlaceBaseView.__init__(self, dbstate, uistate,
|
||||
_('Tree'), PlaceTreeModel,
|
||||
nav_group=0)
|
||||
nav_group=0, markup=True)
|
||||
|
||||
def type_list(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user