We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab16f2 commit 5cc355eCopy full SHA for 5cc355e
src/windows/views/tutorial.py
@@ -180,7 +180,7 @@ def process(self, parent_name=None):
180
181
# If a tutorial is already visible, just update it
182
if self.current_dialog:
183
- # XXX: Respond to possible dock floats/moves
+ # Respond to possible dock floats/moves
184
self.dock.raise_()
185
self.re_position_dialog()
186
return
@@ -336,8 +336,8 @@ def re_position_dialog(self):
336
position = self.position_widget.mapToGlobal(pos_rect.bottomRight())
337
338
# Move tutorial widget to the correct position
339
- self.re_show_dialog()
340
self.dock.move(position)
+ self.re_show_dialog()
341
342
def __init__(self, win):
343
""" Constructor """
0 commit comments