libsysprof-gtk: setup sorters when callgraph is loaded

This commit is contained in:
Christian Hergert
2023-06-09 17:41:41 -07:00
parent 6ed55e48df
commit f0d6f2a5f9
2 changed files with 76 additions and 0 deletions

View File

@ -27,6 +27,10 @@
</property>
</object>
</property>
<property name="sorter">
<object class="GtkCustomSorter" id="self_sorter">
</object>
</property>
</object>
</child>
<child>
@ -53,6 +57,10 @@
</property>
</object>
</property>
<property name="sorter">
<object class="GtkCustomSorter" id="total_sorter">
</object>
</property>
</object>
</child>
</object>