Closed edmcman closed 1 year ago
Putting this in cfg_kludges.lua seems to solve the problem:
defwinprop {
class = "ghidra-Ghidra",
acrobatic = true,
}
Cool! Happy to include this in the standard set of kludges if you PR?
Will do!
I've been having a weird problem with Ghidra in notion for a while now. The problem occurs when two Ghidra windows want to display in the same screen. The way that Ghidra works is that if the main "CodeBrowser" window does not have focus, the other windows are not displayed. I think this is what is happening:
Is there any way to avoid this? I'm going to try playing with some kludges (Acrobatic)...