Skip to content

Commit 8b21cf5

Browse files
committed
FIX: directory selection button regression
1 parent 2e26d25 commit 8b21cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodicConfigurator/frontend_tkinter_directory_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def create_option2_widgets(self, initial_dir: str) -> None:
354354
)
355355
option2_label.pack(expand=False, fill=tk.X, padx=6)
356356
self.connection_selection_widgets = VehicleDirectorySelectionWidgets(
357-
self.root, option2_label_frame, self.local_filesystem, initial_dir, destroy_parent_on_open=True
357+
self, option2_label_frame, self.local_filesystem, initial_dir, destroy_parent_on_open=True
358358
)
359359
self.connection_selection_widgets.container_frame.pack(expand=True, fill=tk.X, padx=3, pady=5, anchor=tk.NW)
360360

0 commit comments

Comments
 (0)