mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
Merge pull request #264 from winniepe/master
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user