Skip to content

Commit 3b50833

Browse files
committed
fix config dialog after Geps 039 merge
1 parent 87d23f5 commit 3b50833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GraphView/graphview.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ def __init__(self, pdata, dbstate, uistate, nav_group=0):
156156
# dict {handle, tooltip_str} of tooltips in markup format
157157
self.tags_tooltips = {}
158158

159+
# for disable animation options in config dialog
160+
self.ani_widgets = []
161+
159162
self.additional_uis.append(self.additional_ui)
160163
self.define_print_actions()
161164
self.uistate.connect('font-changed', self.font_changed)
@@ -164,9 +167,6 @@ def font_changed(self):
164167
self.graph_widget.font_changed(self.get_active())
165168
#self.goto_handle(None)
166169

167-
# for disable animation options in config dialog
168-
self.ani_widgets = []
169-
170170
def define_print_actions(self):
171171
"""
172172
Associate the print button to the PrintView action.

0 commit comments

Comments
 (0)