mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
tools: fix performance-log viewer profile thread-filter
In performance-log-viewer.py, fix thread-state toggling in the profile-view thread-filter popover, when not all threads are included in the current selection.
This commit is contained in:
parent
72fc01742b
commit
43b492ff83
1 changed files with 1 additions and 1 deletions
|
@ -2259,7 +2259,7 @@ class ProfileViewer (Gtk.ScrolledWindow):
|
|||
col.add_attribute (cell, "active", store.STATE[state])
|
||||
|
||||
def cell_toggled (cell, path):
|
||||
store[path][cell.column] = not cell.get_property ("active")
|
||||
filter[path][cell.column] = not cell.get_property ("active")
|
||||
|
||||
cell.connect ("toggled", cell_toggled)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue