Merge pull request #264 from winniepe/master

This commit is contained in:
mike-hunhoff
2020-08-31 09:22:34 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class CapaExplorerQtreeView(QtWidgets.QTreeView):
called when view should reset any user interface changes
made since the last reset e.g. IDA window highlighting
"""
self.collapseAll()
self.expandToDepth(0)
self.resize_columns_to_content()
def resize_columns_to_content(self):

View File

@@ -529,7 +529,7 @@ class CapaExplorerForm(idaapi.PluginForm):
else:
self.model_proxy.reset_address_range_filter()
self.view_tree.resize_columns_to_content()
self.view_tree.reset()
def limit_results_to_function(self, f):
"""add filter to limit results to current function