Qt/CodeViewWidget: Indent branch arrows based on free space rather than reserving a full column for each.

This commit is contained in:
Admiral H. Curtiss 2020-02-26 21:33:43 +01:00
commit 9c98b659f1
2 changed files with 78 additions and 5 deletions

View file

@ -85,6 +85,8 @@ private:
void OnReplaceInstruction();
void OnRestoreInstruction();
void CalculateBranchIndentation();
bool m_updating = false;
u32 m_address = 0;