mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt/CodeViewWidget: Indent branch arrows based on free space rather than reserving a full column for each.
This commit is contained in:
parent
18127e2554
commit
9c98b659f1
2 changed files with 78 additions and 5 deletions
|
@ -85,6 +85,8 @@ private:
|
|||
void OnReplaceInstruction();
|
||||
void OnRestoreInstruction();
|
||||
|
||||
void CalculateBranchIndentation();
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
u32 m_address = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue