5.2.8458-dev, 6ee05227
When using the dialog option for cross references, it displays as a modal that I can't move:
Where as in IDA, it is a proper window that I can move around:
This is helpful because forcing the dialog to be centered and modal obscures the underlying content, whereas in IDA I can move the window if I need to peek at the disassembly again before deciding which reference I want to follow.
Pretty sure this is just a flag on the QDialog or QWindow. 🙏
5.2.8458-dev, 6ee05227
When using the dialog option for cross references, it displays as a modal that I can't move:
Where as in IDA, it is a proper window that I can move around:
This is helpful because forcing the dialog to be centered and modal obscures the underlying content, whereas in IDA I can move the window if I need to peek at the disassembly again before deciding which reference I want to follow.
Pretty sure this is just a flag on the
QDialogorQWindow. 🙏