Hi, all!
I’m new to KiCad, and have recently been dealing with small but very annoying issue.
In schematics editor you can move panels (like Schematic Hierarchy or Properties) by clicking on them and moving your cursor away from the main window.
For me however it is impossible to move them back to schematic editor window. No matter what I try I can not put it back at its original place. I have no clue what I’m supposed to do, but it is really frustrating since I usually run KiCad in full screen
If I take it correctly the post you linked mentions that this is a known bug that is easy to deal with by closing and reopening the editor, however neither closing the KiCad nor completely rebooting the system did the thing for me, I still have my panel in a floating window upon opening schematic editor.
Thanks, that actually worked for me!
For anyone having the same issue here’s my exact steps:
Since I’m on linux my configs are stored at ~/.config/kicad/9.0/
Close all instances of KiCad (don’t repeat my mistakes!)
Go to your config directory
find file eescheme.json for fixing schematic editor related issue or other .json file for other stuff also consider making backup of whatever file you’re going to edit
open the file and find (with control+F or any search utility in your text editor) line containing option "schematic_hierarchy_float": true, and set it to false (look for different panel name if you’re having troubles with other panels)