mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizers: clear selected row when showing details
The details don't correspond to any selected row, so clear the row when we switch to the details page.
This commit is contained in:
@ -45,5 +45,6 @@ gboolean sysprof_visualizers_frame_load_finish (SysprofVis
|
||||
GError **error);
|
||||
GtkSizeGroup *sysprof_visualizers_frame_get_size_group (SysprofVisualizersFrame *self);
|
||||
GtkAdjustment *sysprof_visualizers_frame_get_hadjustment (SysprofVisualizersFrame *self);
|
||||
void sysprof_visualizers_frame_unselect_row (SysprofVisualizersFrame *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user