domhnallmorr / Tk-Path-Finder

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

paste address bar bug #2

Closed domhnallmorr closed 3 years ago

domhnallmorr commented 3 years ago

Cannot paste a path to the address bar

domhnallmorr commented 3 years ago

Use str(self.focus_get()).split('.') in mainapp paste method to determine if the address bar is in focus. If it is, then don't paste file.

domhnallmorr commented 3 years ago

Fixed in V0.13.1