diff --git a/Search.py b/Search.py index dc0f5f0..037e307 100644 --- a/Search.py +++ b/Search.py @@ -51,6 +51,7 @@ def __init__(self, root, current_path=""): self.stop = False self.parent = root + self.buffer_size = root.buffer_size self.geometry("600x400") self.geometry("+%d+%d" % (root.winfo_x() + 50, root.winfo_y() + 25))