mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
tools: in performance-log-viewer.py, set thread filter search column
This commit is contained in:
parent
3f630378b0
commit
407e9f36ca
1 changed files with 1 additions and 0 deletions
|
@ -1899,6 +1899,7 @@ class ProfileViewer (Gtk.ScrolledWindow):
|
|||
filter = Gtk.TreeModelFilter (child_model = store)
|
||||
filter.set_visible_column (store.VISIBLE)
|
||||
self.set_model (filter)
|
||||
self.set_search_column (store.NAME)
|
||||
|
||||
col = Gtk.TreeViewColumn (title = "ID")
|
||||
self.append_column (col)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue