mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
inspector: Remove action support temporarily
This is using the action muxer as a GActionGroup, and we want to remove that interface from GtkActionMuxer. The support will come back later.
This commit is contained in:
parent
ab67a81f11
commit
07e8dafcea
@ -373,11 +373,13 @@ gtk_inspector_actions_set_object (GtkInspectorActions *sl,
|
||||
add_group (sl, page, G_ACTION_GROUP (object));
|
||||
else if (GTK_IS_WIDGET (object))
|
||||
{
|
||||
#if 0
|
||||
GtkActionMuxer *muxer;
|
||||
|
||||
muxer = _gtk_widget_get_action_muxer (GTK_WIDGET (object), FALSE);
|
||||
if (muxer)
|
||||
add_group (sl, page, G_ACTION_GROUP (muxer));
|
||||
#endif
|
||||
}
|
||||
|
||||
gtk_column_view_sort_by_column (GTK_COLUMN_VIEW (sl->list), sl->name, GTK_SORT_ASCENDING);
|
||||
|
Loading…
Reference in New Issue
Block a user