diff --git a/debug-viewer/GstDebugViewer/Plugins/Timeline.py b/debug-viewer/GstDebugViewer/Plugins/Timeline.py index f0d4b8c3af..25df69b751 100644 --- a/debug-viewer/GstDebugViewer/Plugins/Timeline.py +++ b/debug-viewer/GstDebugViewer/Plugins/Timeline.py @@ -869,8 +869,8 @@ class TimelineFeature (FeatureBase): handler = self.handle_show_action_toggled action = self.action_group.get_action ("show-timeline") - action.connect ("toggled", handler) action.props.active = self.state.shown + action.connect ("toggled", handler) def handle_show_action_toggled (self, action):