I was trying to run a Thread for some time.So, if I try to reposition the Tkinter window I get
Fatal Python error: PyEval_RestoreThread: NULL tstate
Python runtime state: initialized
But then I realized if I didn't reposition that window. It was working fine.
Some More Details: To reposition a window, we manually do it by dragging/moving the title bar of the Window Hence Overdirected(True) removes the Title Bar. I want to know if it's possible to have the default Title Bar but it performs the same action as Overdirected(True)
Edit: I wanted to use the same feature as overdirected(True)
but I still need the title bar
I tried to search for some pre questions but most of them were based on resizeable things.