domhnallmorr / Tk-Path-Finder

Windows File Explorer/Manager with Tabs. Written in Tkinter using ttkbootstrap.
MIT License
15 stars 4 forks source link

Clipboard Label Error #59

Closed domhnallmorr closed 10 months ago

domhnallmorr commented 11 months ago

File "C:\Users\ev662f\Documents\tk_path_finder\v0.53.0\src\custom_widgets\branch_tab.py", line 321, in self.view.controller.copy_cut_file_folder(files, branch_id, mode, total_size_selected), image=self.view.copy_icon2, compound="left") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ev662f\Documents\tk_path_finder\v0.53.0\src\controller\controller.py", line 367, in copy_cut_file_folder self.view.update_clipboard_labels(len(files), total_size_selected, mode) File "C:\Users\ev662f\Documents\tk_path_finder\v0.53.0\src\view\view.py", line 232, in update_clipboard_labels self.branch_tabs[branch_id].clipboard_label.config(text=self.clipboard_label_text) File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\site-packages\ttkbootstrap\style.py", line 5003, in configure func(self, cnf, **kwargs) File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\tkinter__init__.py", line 1702, in configure return self._configure('configure', cnf, kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\tkinter__init__.py", line 1692, in _configure self.tk.call(_flatten((self._w, cmd)) + self._options(cnf)) _tkinter.TclError: invalid command name ".!panedwindow.!frame.!notebook.!roottab2.!notebook.!branchtab8.!frame.!label2"

Possibly trying to update a branch tab that's been deleted.

domhnallmorr commented 10 months ago

Resolved V0.54.1