mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/CodeViewWidget: Indent branch arrows based on free space rather than reserving a full column for each.
This commit is contained in:
@ -85,6 +85,8 @@ private:
|
||||
void OnReplaceInstruction();
|
||||
void OnRestoreInstruction();
|
||||
|
||||
void CalculateBranchIndentation();
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
u32 m_address = 0;
|
||||
|
Reference in New Issue
Block a user